GeorgeErickson / zig-coreutils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zig-coreutils CI

A single executable implementation of various coreutils.

Currently Linux only to ease development.


Progress

Subcommands completed:

  • basename
  • dirname
  • false
  • groups
  • true

Subcommands todo:

  • [
  • b2sum
  • base32
  • base64
  • basenc
  • cat
  • chcon
  • chgrp
  • chmod
  • chown
  • chroot
  • cksum
  • clear
  • comm
  • cp
  • csplit
  • cut
  • date
  • dd
  • df
  • diff
  • dir
  • dircolors
  • dirname
  • du
  • echo
  • env
  • expand
  • expr
  • factor
  • false
  • fmt
  • fold
  • hash
  • head
  • hostid
  • id
  • install
  • join
  • link
  • ln
  • logname
  • ls
  • md5sum
  • mkdir
  • mkfifo
  • mknod
  • mktemp
  • mv
  • nice
  • nl
  • nohup
  • nproc
  • numfmt
  • od
  • paste
  • patch
  • pathchk
  • pinky
  • pr
  • printenv
  • printf
  • ptx
  • pwd
  • readlink
  • realpath
  • rm
  • rmdir
  • runcon
  • sed
  • seq
  • sha1sum
  • sha224sum
  • sha256sum
  • sha384sum
  • sha512sum
  • shred
  • shuf
  • sleep
  • sort
  • split
  • stat
  • stdbuf
  • stty
  • sum
  • sync
  • tac
  • tail
  • tee
  • test
  • time
  • timeout
  • touch
  • tr
  • true
  • truncate
  • tsort
  • tty
  • uname
  • unexpand
  • uniq
  • unlink
  • uptime
  • users
  • vdir
  • wc
  • who
  • whoami
  • yes

About

License:MIT License


Languages

Language:Zig 100.0%