Skip to content
The Redox coreutils.
Rust
Find file
Latest commit b78188a @Ticki Ticki Use fs::rename instead
Failed to load latest commit information.
src/bin Use fs::rename instead
testing Add Additional File Tests
.gitignore Initial commit
.travis.yml Add travis.yml
Cargo.toml Rely on libextra instead of its own library
LICENSE Add license
README.md add the mv command

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:

  • basename
  • cat
  • clear
  • cp
  • du
  • echo
  • env
  • false
  • free
  • head
  • ls
  • mkdir
  • mv
  • ps
  • pwd
  • realpath
  • reset
  • rm
  • rmdir
  • seq
  • shutdown
  • sleep
  • tail
  • test
  • touch
  • true
  • wc
  • yes
Something went wrong with that request. Please try again.