Skip to content

Instantly share code, notes, and snippets.

@poppen
Created April 14, 2010 03:41
Show Gist options
  • Save poppen/365426 to your computer and use it in GitHub Desktop.
Save poppen/365426 to your computer and use it in GitHub Desktop.
sed -n '3,$p' hoge.csv | nkf -Sw | perl -F, -anle '{print "$F[3],$F[5]"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment