mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 07:50:08 +00:00
Update cheatsheets
This commit is contained in:
18
linux/rmdir
Normal file
18
linux/rmdir
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rmdir
|
||||
|
||||
> Remove directories without files.
|
||||
> See also: `rm`.
|
||||
> More information: <https://www.gnu.org/software/coreutils/rmdir>.
|
||||
|
||||
- Remove specific directories:
|
||||
|
||||
`rmdir {{path/to/directory1 path/to/directory2 ...}}`
|
||||
|
||||
- Remove specific nested directories recursively:
|
||||
|
||||
`rmdir --parents {{path/to/directory1 path/to/directory2 ...}}`
|
||||
Reference in New Issue
Block a user