Why Learn Awk? (2016)
blog.jpalardy.com
Why Learn Awk? (2016)
1–10 of 246 posts
Re: Why Learn Awk? (2016)
#2http://widgetsandshit.com/teddziuba/2010/10/taco-bell-progra...
Someone ought to write - Zen and the art of Unix tools usage.
Re: Why Learn Awk? (2016)
#3Re: Why Learn Awk? (2016)
#4Re: Why Learn Awk? (2016)
#5Honorary mention of Taco Bell Programming. (fits this genre). http://widgetsandshit.com/teddziuba/2010/10/taco-bell-progra... Someone ought to write - Zen and the art of Unix tools usage.
I don't know enough about the 'real way' or the 'taco bell way', but interested to know --- is this doable the way Ted describes in the article via xargs and wget?
Re: Why Learn Awk? (2016)
#6Re: Why Learn Awk? (2016)
#7[1] - https://www.commandlinefu.com/commands/matching/awk/YXdr/sor...
Re: Why Learn Awk? (2016)
#8Re: Why Learn Awk? (2016)
#9That's like 90% of my use of awk right there. I don't know of any easier equivalent of "awk '{ print $2 }'" for what it does.
Posted partially so the Internet Correction Squad can froth at the mouth and set me straight, because I'd love to be showed to be wrong here.
Re: Why Learn Awk? (2016)
#10I use shell because I have to, not because I like it. I dread maintaining shell scripts which have a bunch of awk and sed in them.
The Unix ideal of small single-purpose tools and text processing is separable from these old warhorses.