mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 04:01:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -21,22 +21,22 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`comp {{path o\directory1}}\* {{path o\directory2}}\*`
|
||||
|
||||
- Display differences in decimal format:
|
||||
- Display differences in [d]ecimal format:
|
||||
|
||||
`comp /d {{path oile1}} {{path oile2}}`
|
||||
|
||||
- Display differences in ASCII format:
|
||||
- Display differences in [a]SCII format:
|
||||
|
||||
`comp /a {{path oile1}} {{path oile2}}`
|
||||
|
||||
- Display line numbers for differences:
|
||||
- Display [l]ine numbers for differences:
|
||||
|
||||
`comp /l {{path oile1}} {{path oile2}}`
|
||||
|
||||
- Compare files case-insensitively:
|
||||
- Compare files [c]ase-insensitively:
|
||||
|
||||
`comp /c {{path oile1}} {{path oile2}}`
|
||||
|
||||
- Compare only the first 5 lines of each file:
|
||||
|
||||
`comp /n={{5}} {{path oile1}} {{path oile2}}`
|
||||
`comp /n=5 {{path oile1}} {{path oile2}}`
|
||||
|
||||
Reference in New Issue
Block a user