v1.0.0 - Added Argentum as well as other major improvements and bugfixes.

This commit is contained in:
TheWahlolly
2025-05-18 19:16:30 +03:00
parent 521d52a26e
commit 95c235e65b
19 changed files with 951 additions and 42 deletions
+3 -6
View File
@@ -1,10 +1,7 @@
Usage: rm [FLAGS] [PATH]
Usage: rm [PATH]
Removes files and directories.
-r, --recursive Removes directories and their contents recursively.
-f, --force Ignores nonexistent files or directories.
PATH Specifies the file to be moved/renamed.
PATH Specifies the file to be moved/renamed.
Examples:
rm a.txt Removes a.txt in the current shell working directory.
rm -r -f /halyde/core/ Removes everything in /halyde/core/ forcedly and recursively.
rm a.txt Removes a.txt in the current shell working directory.