Y
Hacker News
new
|
ask
|
show
|
jobs
by
PaulHoule
469 days ago
How about
ls -l *.txt | awk '{if ($5<2000) print "cat " $9}' | sh
to cat text files that are less than 2000 bytes long