mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 05:17:58 +01:00
223 B
223 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}}