Y
Hacker News
new
|
ask
|
show
|
jobs
by
gouggoug
1471 days ago
cat com.txt | cut -d' ' -f1 | sort | uniq
Would work as well since there's no whitespace in the first column