Skip to content

Commit

Permalink
cat: add Arabic translation
Browse files Browse the repository at this point in the history
  • Loading branch information
MachiavelliII authored Jan 7, 2025
1 parent 0161d1c commit 6aaccd3
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions pages.ar/common/cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
- طباعة محتوي ملف إلى `stdout`:

`cat {{المسار/إلى/الملف}}`

`cat {{path/to/file}}`
- دمج عدة ملفات في ملف إخراج:

`cat {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}} > {{المسار/إلى/ملف_الإخراج}}`

`cat {{path/to/file1 path/to/file2 ...}} > {{path/to/output_file}}`
- إلحاق عدة ملفات بملف إخراج:

`cat {{المسار/إلى/الملف1 المسار/إلى/الملف2 ...}} > {{المسار/إلى/ملف_الإخراج}}`

`cat {{path/to/file1 path/to/file2 ...}} >> {{path/to/output_file}}`
- نسخ محتويات ملف إلى ملف إخراج دون استخدام الذاكرة المؤقتة:

`cat -u {{/dev/tty12}} > {{/dev/tty13}}`

- كتابة `stdin` إلى ملف:

`cat - > {{المسار/إلى/الملف}}`
`cat - > {{path/to/file}}`

0 comments on commit 6aaccd3

Please sign in to comment.