1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02: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 ...}}