Files
tldr/pages.fa/common/cmp.md
K.B.Dharun Krishna 3a37343e59 pages.{ar,fa}: remove translated placeholders (#11997)
* pages.{ar,fa}: remove translated placeholders

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* common-arguments: reword note

* rmdir: fix Arabic translation

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-05 15:48:59 +05:30

21 lines
844 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# cmp
> مقایسه بایت به بایت دو فایل.
> اطلاعات بیشتر: <https://www.gnu.org/software/diffutils/manual/html_node/Invoking-cmp.html>.
- نمایش کارکتر و خطی که اولین تفاوت دو فایل در آن یافت شد:
`cmp {{path/to/file1}} {{path/to/file2}}`
- نمایش اطلاعات اولین تفاوت پیدا شده: کاراکتر، شماره خط، بایت ها، و مقادیر آنها:
`cmp --print-bytes {{path/to/file1}} {{path/to/file2}}`
- نمایش شماره بایتها و مقادیر تمامی تفاوت ها:
`cmp --verbose {{path/to/file1}} {{path/to/file2}}`
- مقایسه فایلها در حالت خاموش، تنها مقدار خروجی برنامه در ترمینال در دسترس است:
`cmp --quiet {{path/to/file1}} {{path/to/file2}}`