A systems-level implementation of the IEEE 1003.1 standard suite for core POSIX utilities. :}
| S. No | Command | Description | Status |
|---|---|---|---|
| 1 | clear |
Clears the terminal screen | ✅ |
| 2 | echo |
Displays a line of text/string | ✅ |
| 3 | pwd |
Prints the current working directory | ✅ |
| 4 | sleep |
Delays for a specified amount of time | [ ] |
| 5 | whoami |
Displays the effective user ID | ✅ |
| 6 | cd |
Changes the working directory | ✅ |
| 7 | cp |
Copies files and directories | [ ] |
| 8 | ls |
Lists directory contents | ✅ |
| 9 | mkdir |
Creates a new directory | ✅ |
| 10 | mv |
Moves or renames files/directories | [ ] |
| 11 | rm |
Removes files or directories | [ ] |
| 12 | rmdir |
Removes empty directories | ✅ |
| 13 | cat |
Concatenates and displays file content | ✅ |
| 14 | head |
Outputs the first part of files | ✅ |
| 15 | tail |
Outputs the last part of files | ✅ |
| 16 | touch |
Changes file timestamps or creates files | ✅ |
| 17 | wc |
Prints newline, word, and byte counts | [ ] |
| 18 | grep |
Searches files for matching patterns | [ ] |
| 19 | nano |
Simple terminal-based text editor | [ ] |
lorem ipsum:
src/
└── include/
├── .../ # ...
└── .../ # ...
....cpp
.gitignore
CMakeLists.txt
LICENSE
README.txt
This project is licensed under the MIT License.
See the LICENSE file for the full text.
"... is open-source and free for anyone to study, modify, and distribute. Ragequitting due to uncrackable gameBoards should be accessible to all."