Skip to content

Instantly share code, notes, and snippets.

@poppen
Created April 6, 2010 02:50
Show Gist options
  • Save poppen/357166 to your computer and use it in GitHub Desktop.
Save poppen/357166 to your computer and use it in GitHub Desktop.
oneliner
perl -ane 'BEGIN { $\="," } print $F[2] unless /^$/' /tmp/hoge.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment