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