Surprisingly relevant?
Surprisingly relevant?
Posted May 20, 2020 4:08 UTC (Wed) by marduk (subscriber, #3831)In reply to: Surprisingly relevant? by NYKevin
Parent article: The state of the AWK
You could resort to some kind of permutation of set, cut, in trivial cases where spawning a bunch of processes to do what awk can do by itself is acceptable to you.
Posted May 20, 2020 20:01 UTC (Wed)
by jafd (subscriber, #129642)
[Link]
Also, back when the whole Unicode mess had been a very on-and-off experience, where some tools would work and some would go bonkers, cut failed me a couple times and awk was solid. And so it went.
Posted May 20, 2020 20:29 UTC (Wed)
by NYKevin (subscriber, #129325)
[Link] (1 responses)
Why do I care? I have gigabytes of RAM and it's not like I'm going to run out of PIDs from a five-command pipeline. Besides, the kernel should be COWing glibc etc. so it's not even all that much overhead to begin with. If you're using something like Toybox/Busybox/whatever-other-box-is-popular-these-days, then you can literally COW the entire executable.
Posted Nov 19, 2020 13:29 UTC (Thu)
by nenad_noveljic (guest, #143180)
[Link]
Surprisingly relevant?
Surprisingly relevant?
Surprisingly relevant?