6 ms·
> use awk to write a shell script Do you have any examples of this?
by aadhavans 2y ago
> use awk to write a shell script
Do you have any examples of this?
- PaulHoule 2y agoHow about ls -l *.txt | awk '{if ($5<2000) print "cat " $9}' | sh to cat text files that are less than 2000 bytes long