mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-28 16:44:56 +02:00
colordiff: remove repeated contents
This commit is contained in:
parent
36adcf6749
commit
1574800326
1 changed files with 4 additions and 4 deletions
|
@ -8,18 +8,18 @@
|
|||
|
||||
`colordiff {{file1}} {{file2}}`
|
||||
|
||||
- Compare files, output in two columns:
|
||||
- Output in two columns:
|
||||
|
||||
`colordiff -y {{file1}} {{file2}}`
|
||||
|
||||
- Compare files, Ignore case differences in file contents:
|
||||
- Ignore case differences in file contents:
|
||||
|
||||
`colordiff -i {{file1}} {{file2}}`
|
||||
|
||||
- Compare files, Report when two files are the same:
|
||||
- Report when two files are the same:
|
||||
|
||||
`colordiff -s {{file1}} {{file2}}`
|
||||
|
||||
- Compare files, ignoring white spaces:
|
||||
- ignoring white spaces:
|
||||
|
||||
`colordiff -w {{file1}} {{file2}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue