Sed and Awk CSV Address Prep


/ Published in: Bash
Save to your folder(s)



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

Report this snippet


Comments


You need to login to view comments.