![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| difference b/w files | ali560045 | Shell Programming and Scripting | 2 | 05-22-2008 03:13 AM |
| Show the Difference between two files | The One | Shell Programming and Scripting | 10 | 04-30-2008 02:27 AM |
| to compare two files and to print the difference | cdfd123 | Shell Programming and Scripting | 5 | 10-06-2007 01:55 AM |
| I want to record the difference in the content of files in different directory | singhald007 | Shell Programming and Scripting | 3 | 02-13-2007 09:28 AM |
| How to output the difference of two files? | yxiao | UNIX for Dummies Questions & Answers | 4 | 01-26-2004 10:55 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Difference between files
Hello,
I have two programs abc/pqr/test and abc/xyz/test in two different directories. These programs are almost same but with two or three differences in code... Now i would like to know the command which shows the difference between these programs.... I guess a command "diff".. but i dont know the usage... Any suggestions please |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
did you try the man pages for diff?
|
|
#3
|
|||
|
|||
|
yes.. i did.. and i got the solution.. thankx....is there any other command apart from diff???
|
|
#4
|
||||
|
||||
|
Quote:
Code:
SEE ALSO
cmp(1), comm(1), diff3(1), ed(1), patch(1), pr(1), sdiff(1).
|
||||
| Google The UNIX and Linux Forums |