mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 22:05:59 +02:00
commit
744f30a5f3
1 changed files with 11 additions and 0 deletions
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…
Add table
Reference in a new issue