Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

How should be one file converting into another files?
                               Or
What is the use of ‘diff’ command in UNIX system?

Detailed Explanation

‘diff’ command is used to displaying file differences. It tell which line in one file have to be changed to make two files identical.
Syntax—
     cmp file1 file2

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback