Command line tool for file content comparison.
Shows the manual for the program.
- ./cmpr --help
Inputs first file.
- $1 (string): The file name.
- ./cmpr --first file.md
Inputs second file.
- $1 (string): The file name.
- ./cmpr --second file.md
Gives more detailed comparison.
- ./cmpr --first file1.md --second file2.md --detailed