|
|
|
|
|
by nmfisher
1514 days ago
|
|
Interesting take, but as someone who still works regularly with the shell, I'd say there is still a place for small core utils connected together with pipes/textual streams. If we're talking parsing and chopping up text files, I can usually whip up something with awk/jq/cut/whatever in far less time than writing an equivalent Python script. There's a threshold where you prefer to switch to the scripting language for maintainability/testing, but the shell won't be going anywhere any time soon. |
|
In Python, the multiplier is much higher, and I could never get the oneliner stuff to work.