One Step Info
One step info where you can get crispy informations in all areas!
Showing posts with label
diff command unix
.
Show all posts
Showing posts with label
diff command unix
.
Show all posts
Monday, August 29, 2016
Compare two files in unix
$ diff file1 file2
-> It will display the line by line differences between file1 and file2 contents
$ cmp file1 file2
-> Binary files comparison
Older Posts
Home
Subscribe to:
Posts (Atom)