UtilChest - Utilities Chest
It's a collection of Unix utilities written to be simple and small
Binaries
- basename
- cat
- chgrp
- chmod
- chown
- chroot
- cksum
- cmp
- cp
- date
- dirname
- domainname
- du
- echo
- env
- false
- flock
- head
- hostname
- id
- install
- kill
- link
- ln
- logger
- logname
- ls
- mkdir
- mkfifo
- mknod
- mktemp
- mv
- nice
- nohup
- pathchk
- printenv
- pwd
- readlink
- renice
- rev
- rm
- rmdir
- setsid
- sha1sum
- sha224sum
- sha256sum
- sha512sum
- sleep
- sync
- tee
- time
- touch
- true
- tty
- uname
- unlink
- which
- whoami
- yes
Building
$ git clone https://github.com/eltanin-os/utilchest
$ cd utilchest
-- Multiple Binaries
$ make
# make install
# make install-man
-- Single Binary
$ make utilchest
# make install-utilchest
# make install-man