rmdir, robo: add Arabic translations (#9411)

pull/1/head
Abdulrahman Alfawal 2022-10-29 05:55:37 +03:00 committed by GitHub
parent 8cbe2d8af8
commit 62b2ecaf22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

12
pages.ar/common/rmdir.md Normal file
View File

@ -0,0 +1,12 @@
# rmdir
> يزيل الدليل.
> لمزيد من التفاصيل: <https://www.gnu.org/software/coreutils/rmdir>.
- إزالة الدليل الفارغ. استخدم `rm -r` لإزالة الدلائل الغير فارغة:
`rmdir {{المسار/إلى/الدليل}}`
- إزالة الدليل المحدد ودلائله الأصلية (مفيد للدلائل المتداخلة):
`rmdir -p {{المسار/إلى/الدليل}}`

16
pages.ar/common/robo.md Normal file
View File

@ -0,0 +1,16 @@
# robo
> مشغل مهام PHP.
> لمزيد من التفاصيل: <https://robo.li/>.
- عرض قائمة الأوامر المتوفرة:
`robo list`
- تشغيل أمر محدد:
`robo {{الأمر}}`
- محاكاة تشغيل أمر محدد:
`robo --simulate {{الأمر}}`