mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-01-03 22:47:15 +03:00
221 B
221 B
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}}