Skip to content

Instantly share code, notes, and snippets.

@korczis
Created June 9, 2014 23:31
Show Gist options
  • Save korczis/1cb55d21f9420b126145 to your computer and use it in GitHub Desktop.
Save korczis/1cb55d21f9420b126145 to your computer and use it in GitHub Desktop.
awk -F, 'NR > 1 { print "\"http://"$2"\"," }' < top-1m.csv > top-1m-fixed.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment