j
k
j a
j l
On Sun, May 23, 2010 at 5:39 PM, Jozsi Vadkan jozsi.avadkan@gmail.com wrote:
The solution [from the FreeBSD mailing list]: perl -00 -e 'print map $_->[0], sort { $a->[1] <=> $b->[1] } map [$_, tr/\n//], <>' < before.txt > after.txt
The solution [from the FreeBSD mailing list]:
perl -00 -e 'print map $_->[0], sort { $a->[1] <=> $b->[1] } map [$_, tr/\n//], <>' < before.txt > after.txt
Wow...
Back to the thread
Back to the list