ids1024 / coreutils

The Redox coreutils.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • base64
  • basename
  • cat
  • chmod
  • clear
  • cp
  • cut
  • date
  • dd
  • df
  • du
  • echo
  • env
  • false
  • free
  • head
  • kill
  • ln
  • ls
  • mkdir
  • mv
  • printenv
  • ps
  • pwd
  • realpath
  • reset
  • rm
  • rmdir
  • seq
  • shutdown
  • sleep
  • sort
  • tail
  • tee
  • test
  • time
  • touch
  • tr
  • true
  • uniq
  • uptime
  • wc
  • which
  • yes

About

The Redox coreutils.

License:MIT License


Languages

Language:Rust 100.0%