Skip to content

Add symlinks to uutils package

Ian Douglas Scott requested to merge ids1024:uutils into master

Not in our coreutils:

  • expr
  • install
  • mktemp

Replaces version in our coreutils (I'll send a PR to remove them)

  • chmod—support format like +x
  • env—in addition to printing the environment, can run a command with an environment
  • ls—several features, what I needed was sorting (by time)

Merge request reports