Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 729 Bytes

File metadata and controls

32 lines (28 loc) · 729 Bytes

Redox OS coreutils

DEPRECATED: This repo is being superseded by uutils/coreutils. Programs here that don't have counterparts in uutils should be moved to extrautils.

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.

Currently included:

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