Skip to content

redox-os/coreutils

Repository files navigation

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