tutils
July 31, 2025 ยท View on GitHub
a collections of tools made by tayoky for unix-like OSes
build
to build you first need any c compiler and make
first clone the repo
git clone https://github.com/tayoky/tutils
cd tutils
then run the configure script
./configure
and then run make
make
install
./configure --prefix=$PREFIX
make
make install
list
list of all the current tools
- ls
- cat
- echo
- touch
- true
- false
- pwd
- whoami
- rm
- mkdir
- clear
- unlink
- test
- tree
- hex
- chown
- chmod
- head