Answer Posted / chandra
If both arguments are directories, diff sorts the contents
of the
directories by name, then runs the regular file diff
algorithm
(described below) on text files that have the same
name in each
directory but are different. Binary files that
differ, common
subdirectories, and files that appear in only one
directory are
listed.
Is This Answer Correct ? | 2 Yes | 12 No |
Post New Answer View All Answers
What is the fork() system call?
What are the possible return values of kill() system call?
What is the first process created by the kernel in unix?
Name the command which is used to execute system calls from exe?
Tell me how to protect a process from others to kill?
How to protect a process from others to kill?
Explain the difference between command and utility in unix?
What is the difference between command and utility in unix?
The very first process created by the kernel in unix is?
Explain the unmount system calls?
Explain c program to implement the unix or linux command to implement ls -l >output.txt?
Explain the mount and unmount system calls?
Explain the mount system calls?