dspinellis / dgsh

Shell supporting pipelines to and from multiple processes
http://www.spinellis.gr/sw/dgsh/
Other
323 stars 23 forks source link

Reconfigure -I and -O flags to dgsh-wrap #83

Closed mfragkoulis closed 7 years ago

mfragkoulis commented 7 years ago

The default behaviour is to include the standard input and standard output in the names of the file descriptor paths when replacing <| and >| arguments respectively.

When the flags -I and/or -O are provided, the standard input and/or standard output should not be included in the file arguments to replace. The replacement should start from the next file descriptor. In this case, the standard input and/or standard output will be piped in and/or out of the command.