>>>>> "GS" == Giuseppe Scrivano writes:
GS> jida...@jidanni.org writes:
>> The tee(1) documents fail to say what happens when tee is given no
>> arguments. Do say what is going on in
>> $ echo o|tee|tee|tee
GS> "The `tee' command c
jida...@jidanni.org writes:
> The tee(1) documents fail to say what happens when tee is given no
> arguments. Do say what is going on in
> $ echo o|tee|tee|tee
"The `tee' command copies standard input to standard output and also to
any files given as arguments."
it loo
The tee(1) documents fail to say what happens when tee is given no
arguments. Do say what is going on in
$ echo o|tee|tee|tee
o
Also there is a Info reference to (bashref), but here on Debian there is
no such match in apt-file(1).