aboutsummaryrefslogtreecommitdiff
path: root/man/rm.md
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-02-11 14:55:28 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2023-02-11 14:55:28 +0100
commitf887d2f38b205237cbd03ce921aff7a79986e2ff (patch)
tree56c55cfd55815a70814793d37c4873974e693703 /man/rm.md
parenta121299c2ad417b238b7c20d30f4cf064e3700fd (diff)
add mknod
Diffstat (limited to 'man/rm.md')
-rw-r--r--man/rm.md13
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>
+```