I am running this command on over 2 gigs worth of lines....
which one should be faster? cut -d'|' -f21 * | sort | uniq -c | sort perl -F"\|" -lane 'print $F[21]' * | sort | uniq -c | sort or is there faster ways to do this on perl? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/