Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
proptest-regressions/bin
src
testing
.gitignore
.travis.yml
Cargo.lock
Cargo.toml
LICENSE
README.md

README.md

Redox OS coreutils

This repository contains the core UNIX utilities for Redox OS. These are based on BSD coreutils rather than GNU coreutils as these tools should be as minimal as possible.

Travis Build Status

Currently included:

  • cat
  • chmod
  • clear
  • dd
  • df
  • du
  • env
  • free
  • kill
  • ln
  • mkdir
  • ps
  • reset
  • shutdown
  • sort
  • stat
  • tail
  • tee
  • test
  • time
  • touch
  • uname
  • uptime
  • which