1
0
Fork 0
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:
pxgamer 2018-11-20 09:07:03 +00:00 committed by Agniva De Sarker
parent 01e8dad975
commit 9da6c44d67

View file

@ -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}}`