Ed W8EMV on Nostr: nprofile1q…56m2n There is an idiom that uses "tee" in a pipeline that seems useful ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqupkp7fd7rc3lrjg23r8gy0wc723vze7mxlx5984ut6zurjzpf5xsv56m2n (nprofile…6m2n)
There is an idiom that uses "tee" in a pipeline that seems useful when I've seen it but that I could not reproduce without looking it up.
The "useless" use of cat(1) instead of redirection from a file is worth noting.
I've had to use the "2>&1" structure when a command puts error or usage information on stderr and there's a lot of output.
There is an idiom that uses "tee" in a pipeline that seems useful when I've seen it but that I could not reproduce without looking it up.
The "useless" use of cat(1) instead of redirection from a file is worth noting.
I've had to use the "2>&1" structure when a command puts error or usage information on stderr and there's a lot of output.