This is the main GitHub page for PUTILS.
It's main use is to be a part of the Plus Linux utils and replace busybox with something more light weight.
util | what it does | how to use | available |
---|---|---|---|
ls | lists files | ls [-l] [/path/to/file] |
π’ |
cat | write out a file | cat [file] |
π΄ |
rm | remove a file/directory | rm [file/directory] |
π΄ |
cp | copy a file/directory | cp [file/directory] |
π΄ |
ed2 | edit files with ed2 | ed [file] |
π’ |
mkdir | make directories | mkdir [dir name] |
π΄ |
mv | move a file/directory | mv [file/directory] [/path/to/place] |
π΄ |
pbsh | shell | - | π’ |
Either use the binary file or compile it from source in the
src/
folder.
gcc main.c -o [util name]
gcc main.c -o ls
- cal
- date
- dd
- du
- ...
- remove some code
- maybe switch to assembly?
Made by Paul alias Plastic Bottleneck
GitHub: https://github.com/plastic-bottleneck
Check out my own Distro at 1.4Mb! https://github.com/plastic-bottleneck/plus-linux