diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 14:55:28 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-02-11 14:55:28 +0100 |
| commit | f887d2f38b205237cbd03ce921aff7a79986e2ff (patch) | |
| tree | 56c55cfd55815a70814793d37c4873974e693703 /man | |
| parent | a121299c2ad417b238b7c20d30f4cf064e3700fd (diff) | |
add mknod
Diffstat (limited to 'man')
| -rw-r--r-- | man/rm.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/rm.md b/man/rm.md new file mode 100644 index 0000000..a70e3e9 --- /dev/null +++ b/man/rm.md @@ -0,0 +1,13 @@ +# rm + +Remove files and directories + +## Usage + +``` +$ rm <file> +``` + +``` +$ rm <directory> +``` |