Skip to content
Permalink
Browse files
Update convert.sh
  • Loading branch information
shawnhos committed Mar 29, 2019
1 parent 626e042 commit 172417d1b29995b5270ffe6c357cc4b5150e0add
Showing 1 changed file with 3 additions and 2 deletions.
@@ -1,4 +1,5 @@
#!/bin/bash
awk -F "\"*,\"*" '{print $1,$9,$14}' nice_output_file-01.csv > temp.csv
sed -e 's/\s\+/,/g' temp.csv > isolated.csv
awk -F "\"*,\"*" '{print $1,$9,$14}' scan-01.csv > temp2.csv
sed -e 's/\s\+/,/g' temp2.csv > isolated.csv
rm temp2.csv && rm scan-01.csv
exit 0

0 comments on commit 172417d

Please sign in to comment.