Move pages back into a "pages" folder
This commit is contained in:
15
pages/common/rm.md
Normal file
15
pages/common/rm.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# rm
|
||||
|
||||
> Remove files or directories
|
||||
|
||||
- Remove files from arbitrary locations
|
||||
|
||||
`rm {{/path/to/file}} {{/otherpath/to/file2}}`
|
||||
|
||||
- Remove recursively a directory and all it's subdirectories
|
||||
|
||||
`rm -r {{/path/to/folder}}`
|
||||
|
||||
- Prompt before every removal
|
||||
|
||||
`rm -i {{\*}}`
|
Reference in New Issue
Block a user