1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages.ar/common/rmdir.md

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 ...}}