mirror of https://github.com/CrimsonTome/tldr.git
402 B
402 B
rmdir
إزالة الدلائل بدون ملفات. لمزيد من التفاصيل:
rm
. مزيد من المعلومات: https://www.gnu.org/software/coreutils/rmdir.
- إزالة أدلة محددة:
rmdir {{path/to/directory1 path/to/directory2 ...}}
- إزالة أدلة متداخلة محددة بشكل متكرر:
rmdir -p {{path/to/directory1 path/to/directory2 ...}}