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 040eb25 commit 25ed669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages.ar/common/cat.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@
- طباعة محتوي ملف إلى `stdout`:

`cat {{path/to/file}}`

- دمج عدة ملفات في ملف إخراج:

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


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


`cat -u {{/dev/tty12}} > {{/dev/tty13}}`
- كتابة `stdin` إلى ملف:


`cat - > {{path/to/file}}`

0 comments on commit 25ed669

Please sign in to comment.