in reply to Re: What one-liners do people actually use?in thread What one-liners do people actually use?
I use this for a static list:
perl -le 'print $!+0, "\t", $!++ for 0..127' [download]
-- John.