Y
Hacker News
new
|
ask
|
show
|
jobs
by
noamteyssier
234 days ago
I've added awk into the benchmarks also!
1 comments
pabs3
234 days ago
Also perl, should be faster than awk IIRC:
perl -ne 'print if ! $a{$_}++'
link
perl -ne 'print if ! $a{$_}++'