pages.id/*: add and update Indonesian translations (#13859)
* pages/*: add and update Indonesian translations * common/ls, windows/comp: fix Indonesian translations * Update comp.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * Update comp.md --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
4bf500c1a6
commit
3b4f14e890
@@ -16,22 +16,22 @@
|
||||
|
||||
`comp {{path\to\directory1}}\* {{path\to\directory2}}\*`
|
||||
|
||||
- Display differences in decimal format:
|
||||
- Display differences in [d]ecimal format:
|
||||
|
||||
`comp /d {{path\to\file1}} {{path\to\file2}}`
|
||||
|
||||
- Display differences in ASCII format:
|
||||
- Display differences in [a]SCII format:
|
||||
|
||||
`comp /a {{path\to\file1}} {{path\to\file2}}`
|
||||
|
||||
- Display line numbers for differences:
|
||||
- Display [l]ine numbers for differences:
|
||||
|
||||
`comp /l {{path\to\file1}} {{path\to\file2}}`
|
||||
|
||||
- Compare files case-insensitively:
|
||||
- Compare files [c]ase-insensitively:
|
||||
|
||||
`comp /c {{path\to\file1}} {{path\to\file2}}`
|
||||
|
||||
- Compare only the first 5 lines of each file:
|
||||
|
||||
`comp /n={{5}} {{path\to\file1}} {{path\to\file2}}`
|
||||
`comp /n=5 {{path\to\file1}} {{path\to\file2}}`
|
||||
|
Reference in New Issue
Block a user