|
| From: | Peng Yu |
| Subject: | [Help-bash] stdout and stderr to two different process substitutions |
| Date: | Wed, 25 Jan 2012 01:00:10 -0600 |
Hi, prog >(gzip > xxx.gz) 2>(gzip > yyy.gz) I'm trying to direct stdin and stdout to two different process substitutions. But the syntax of 2> does not work. Does anybody know a way to do so? Thanks! -- Regards, Peng
| [Prev in Thread] | Current Thread | [Next in Thread] |