/coreutils

The Redox coreutils.

Primary LanguageRustMIT LicenseMIT

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:

  • basename
  • cat
  • clear
  • cp
  • date
  • du
  • echo
  • env
  • false
  • free
  • head
  • ls
  • mkdir
  • mv
  • ps
  • pwd
  • realpath
  • reset
  • rm
  • rmdir
  • seq
  • shutdown
  • sleep
  • tail
  • test
  • time
  • touch
  • true
  • wc
  • yes