Open
Description
Many tools can be wrapped with a script, rather than modified. This reduces the scope for errors, simplifies porting, allows dgsh to use each system's native tool versions, and improves build speed.
- paste (coreutils)
- join (coreutils)
- sort (coreutils)
- diff (note the GNU
--from-file
and--to-file
options) - diff3
- cmp (currently not available as a modified binary)
- dgsh-wrap (update so that it can participate in negotiation with flexible IO requirements, with
a
(arbitrary) as the number of I/O channels)
Still requiring custom implementation:
- coreutils/comm (provides 0-3 outputs)
- coreutils/cut (provids 1-N outputs)
- grep/grep (provides 0-4 outputs)