Hi!
Is this a correct pipe behavior?
$ echo booo | tee >(md5sum --tag) >/dev/null
MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d
$ echo booo | tee >(md5sum --tag) | cat >/dev/null
It surprised me, that the output of md5sum is dealed the same way as
the std output of tee in the second case, but sepa
On 1/22/2017 3:19 PM, David Balažic wrote:
Hi!
Is this a correct pipe behavior?
$ echo booo | tee >(md5sum --tag) >/dev/null
MD5 (-) = 9c8b79bdf79ef0ee73a77b8d36d27a2d
$ echo booo | tee >(md5sum --tag) | cat >/dev/null
Here's what I think happens, even if it is a bit counter-intuitive:
>(..
Hi,
On 20/01/17 05:16, Corinna Vinschen wrote:
On Jan 19 22:26, Shaddy Baddah wrote:
Hi,
On 19/01/17 21:38, Corinna Vinschen wrote:
On Jan 18 14:34, Shaddy Baddah wrote:
...
And I'm sure the problem is that this well-intended change to the script
fails on the assumption that LOGONSERVER
3 matches
Mail list logo