Files
RedBear-OS/recipes/core/coreutils/source
vasilito ff4ff35918 feat: track all source trees in git — full fork offline-first model
Red Bear OS is a full fork. All sources must be available from git clone
with zero network access. Removed gitignore rules that excluded fetched
source trees under recipes/*/source/, local/recipes/kde/*/source/,
local/recipes/qt/*/source/, and vendor source trees.

Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded.

127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt
frameworks, mesa, wayland, DRM drivers, and every other recipe source.
2026-05-14 10:55:53 +01:00
..

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