Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


To compare two files, renaming the first file (found in the /home/username/ directory) to tab1, and renaming the second file (found in the current working directory) to tab2 in
the comparison results
Code Block
compare -a tab1 -b tab2 /home/username/FileName1 FileName2

...