|
|
|
|
|
by jakogut
824 days ago
|
|
Pipes are so useful. I find myself more and more using shell script and pipes for complex multi-stage tasks. This also simplifies any non-shell code I must write, as there are already high quality, performant implementations of hashing and compression algorithms I can just pipe to. |
|
Guys just write small programs and chain them. The wisdom of the ancients is continuously lost.