rmdir, robo: add Arabic translations (#9411)
This commit is contained in:

committed by
GitHub

parent
8cbe2d8af8
commit
62b2ecaf22
12
pages.ar/common/rmdir.md
Normal file
12
pages.ar/common/rmdir.md
Normal 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
16
pages.ar/common/robo.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
# robo
|
||||||
|
|
||||||
|
> مشغل مهام PHP.
|
||||||
|
> لمزيد من التفاصيل: <https://robo.li/>.
|
||||||
|
|
||||||
|
- عرض قائمة الأوامر المتوفرة:
|
||||||
|
|
||||||
|
`robo list`
|
||||||
|
|
||||||
|
- تشغيل أمر محدد:
|
||||||
|
|
||||||
|
`robo {{الأمر}}`
|
||||||
|
|
||||||
|
- محاكاة تشغيل أمر محدد:
|
||||||
|
|
||||||
|
`robo --simulate {{الأمر}}`
|
Reference in New Issue
Block a user