|
|
|
|
|
by icebraining
3551 days ago
|
|
I don't know, it's the natural result of following the Unix philosophy: modularizing the system into multiple processes that do just one thing. I regularly run commands in my shell with more complex architectures (find + xargs + grep + ...). |
|