A collection of CLI utils written in rust, inspired by (but not a 1:1 recreation of) projects like GNU Coreutils and Uutils Coreutils
- sys: Prints the information about the system (architecture, OS, etc)
- echo: Prints user input
- ls: Lists files in a directory
- mkdir: Creates a directory
- mkfile: Creates a file
- print: Prints contents of a file
- rmdir: Deletes a directory
- rmfile: Deletes a file
- rmrecursive: Deletes a directory recursively