____________________________________________________ ____ / ) , ---/____/---)__----__------------__----__--_/_---__- / / ) / ) / /___) / ' / (_ ` _/________/_____(___/_____/___(___ _(___ _(_ __(__)_ / (_ /
Plus Linux is a free GNU/Linux distro designed to fit on a floppy disk!
It is built to be small yet functional for experimentation. Currently, it is based
on the LTS version of Linux 1.15.127.
PUTILS will serve as the coreutils for Plus Linux once completed.
It currently includes basic functions like 'ls' and 'ed2,' a tiny text editor
written from scratch in C, inspired by the renowned editor 'ed.'
+--------+-------------------------+--------------------------------------+-----------+ | 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 | pbsh (runs the shell) | ✅ | +--------+-------------------------+--------------------------------------+-----------+