dspinellis / dgsh

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

Wrap rather than modify the source code of single-output commands #93

Closed dspinellis closed 7 years ago

dspinellis commented 7 years ago

The following single-output commands can be wrapped using dgsh-wrap and processing of their arguments. Multiple input arguments can be provided using dgsh-wrap <| arguments. This avoids the complication of distributing modified source code versions.

dspinellis commented 7 years ago

Duplicate of #78.