Skip to content

Commit

Permalink
rm: fix Arabic translation
Browse files Browse the repository at this point in the history
  • Loading branch information
spageektti authored Jan 7, 2025
1 parent 30d1a8f commit 1a38c8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages.ar/linux/rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
- حذف ملفات محددة:

`rm {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}}`
`rm {{path/to/file1 path/to/file2 ...}}`

- حذف ملفات محددة وتجاهل الملفات الغير موجودة:

`rm --force {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}}`
`rm --force {{path/to/file1 path/to/file2 ...}}`

- حذف ملفات محددة مع واجهة تفاعلية قبل اي حذف للتأكد:

`rm --interactive {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}}`
`rm --interactive {{path/to/file1 path/to/file2 ...}}`

- حذف ملفات محددة مع عرض تفاصيل حول كل عملية حذف:

`rm --verbose {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}}`
`rm --verbose {{path/to/file1 path/to/file2 ...}}`

- حذف ملفات ومجلدات محددة بشكل تسلسلي:

`rm --recursive {{المسار/إلى/الملف_أو_المجلد1 المسار/إلى/الملف_أو_المجلد2 ...}}`
`rm --recursive {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`

- حذف المجلدات الفارغة (هذه الطريقة تعتبر آمنة):

`rm --dir {{المسار/إلى/المجلد}}`
`rm --dir {{path/to/directory}}`

0 comments on commit 1a38c8a

Please sign in to comment.