Name: Anonymous 2016-02-15 13:21
Why is the opposite of
Also, why do I even need the opposite of
Orthogonal design, my ass. Do one thing and do it well, my ass.
cat
tee
, and it's not even a proper opposite but also does a different thing (outputs to stdout) (which is ostensibly its real purpose)?Also, why do I even need the opposite of
cat
(and cat
itself while we are at it) when those needs should have been served by input and output redirection, but turns out that the latter is completely made up and broken shell bullshit: you can't cat <file1 <file2
, and you can't EDITOR='echo zzz >>$1' visudo
for example.Orthogonal design, my ass. Do one thing and do it well, my ass.