aboutsummaryrefslogtreecommitdiff
path: root/man/rm.md
diff options
context:
space:
mode:
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>
+```