pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -5,20 +5,12 @@
- چاپ محتویات فایل بر روی صفحه نمایش:
`cat {{file}}`
`cat {{path/to/file}}`
- ادغام چند فایل با هم و ایجاد فایل جدید:
`cat {{file1}} {{file2}} > {{target_file}}`
`cat {{path/to/file1 path/to/file2 ...}} > {{target_file}}`
- ادغام چند فایل با هم و اضافه کردن آن به فایل مقصد:
`cat {{file1}} {{file2}} >> {{target_file}}`
- شمارش تعداد خط های فایل:
`cat -n {{file}}`
- نمایش محتویات فایل بدون فضای خالی (نا مناسب برای چاپ):
`cat -v -t -e {{file}}`
`cat {{path/to/file1 path/to/file2 ...}} >> {{target_file}}`

View File

@@ -3,6 +3,6 @@
> نمایش زمان اجرای یک دستور.
> اطلاعات بیشتر: <https://manned.org/time>.
- نمایش زمان اجرای دستور `ls`:
- نمایش زمان اجرای دستور `command`:
`time ls`
`time {{command}}`