/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
sed '1,1 d' exported.csv | sed s/"//g | sed s/ /+/g | awk -f addresses.awk | sed '/^ *$/d' > prepped.txt