mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
rmdir, robo: add Arabic translations (#9411)
This commit is contained in:
parent
8cbe2d8af8
commit
62b2ecaf22
2 changed files with 28 additions and 0 deletions
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 {{الأمر}}`
|
Loading…
Add table
Reference in a new issue