mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:53:34 +02:00
comp: add wildcard sets as an example
This commit is contained in:
parent
01e8dad975
commit
9da6c44d67
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
||||||
|
|
||||||
`comp {{path/to/file_1}} {{path/to/file_2}}`
|
`comp {{path/to/file_1}} {{path/to/file_2}}`
|
||||||
|
|
||||||
|
- Compare two sets of files:
|
||||||
|
|
||||||
|
`comp {{path/to/directory_1/*}} {{path/to/directory_2/*}}`
|
||||||
|
|
||||||
- Display differences in decimal format:
|
- Display differences in decimal format:
|
||||||
|
|
||||||
`comp /d {{path/to/file_1}} {{path/to/file_2}}`
|
`comp /d {{path/to/file_1}} {{path/to/file_2}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue