mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
Added rmdir.md
This commit is contained in:
parent
06ee4048bb
commit
a73219a56e
11
common/rmdir.md
Normal file
11
common/rmdir.md
Normal file
@ -0,0 +1,11 @@
|
||||
# rmdir
|
||||
|
||||
> Removes a directory
|
||||
|
||||
- removes directory, provided it is empty. Use `rm` to remove not empty directories.
|
||||
|
||||
`rmdir {{directory}}`
|
||||
|
||||
- removes directories recursively (useful for nested dirs)
|
||||
|
||||
`rmdir -p {{path}}`
|
Loading…
Reference in New Issue
Block a user