ruby -rcsv -ne 'CSV($<).each { |r| puts r[0] }'
'!seen[$1]++'
I find it beautiful, tho :)
-rcvs
-e
CSV($<)
.each
{ |r| puts r[0] }
{ puts _1[0] }