This website requires JavaScript.
Explore
Help
Register
Sign in
lilith
/
tldr
Watch
1
Star
0
Fork
You've already forked tldr
0
mirror of
https://github.com/tldr-pages/tldr.git
synced
2025-04-29 23:24:55 +02:00
Code
Activity
50cff8c9e6
Branches
Tags
No results found.
tldr
/
pages
/
common
/
cmp.md
Hayden Schiff
eb5d016e4a
cmp: add page
2016-02-22 20:29:35 -05:00
233 B
Raw
Blame
History
cmp
Compare two files.
Find the byte number and line number of the first difference between the files:
cmp {{file1}} {{file2}}
Find the byte number and differing bytes of every difference:
cmp -l {{file1}} {{file2}}