Skip to content

Wrap rather than modify most text tools #78

Open
@dspinellis

Description

@dspinellis

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)

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions