This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
54a56c4eea
tldr
/
pages
/
common
/
cmp.md
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}}