Hacker News new | ask | show | jobs
by jwilk 3283 days ago

  perl -aE 'say "$F[2]:$F[0] $F[1]"'
1 comments

That's indeed concise, but it doesn't work. I think you need -naE
-a implies -n since v5.19.3.