Add Arabic translation for bash-rm (#21349)
This commit is contained in:
committed by
Randell Dawson
parent
e1c47c3de8
commit
d5a9e8e6f3
19
guide/arabic/bash/bash-rm/index.md
Normal file
19
guide/arabic/bash/bash-rm/index.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: Bash rm
|
||||
localeTitle: باش rm
|
||||
---
|
||||
|
||||
## ايعاز باش: rm (حذف)
|
||||
|
||||
**حذف ملف او مجلد**
|
||||
|
||||
مثال:
|
||||
|
||||
`rm hello`.
|
||||
|
||||
بعض الخيارات الاكثر استخداما:
|
||||
- `r` حذف جميع الملفات والمجلدات داخل مجلد.
|
||||
- `f` الحذف بدون تحذير المستخدم.
|
||||
|
||||
### للمزيد من المعلومات:
|
||||
* [ويكيبيديا](https://ar.wikipedia.org/wiki/%D8%A2%D8%B1_%D8%A5%D9%85)
|
Reference in New Issue
Block a user