![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| diff command | ariec | AIX | 3 | 06-05-2008 03:16 AM |
| need help in diff command : | ali560045 | Shell Programming and Scripting | 5 | 05-26-2008 09:22 AM |
| diff command | Vichu | Shell Programming and Scripting | 1 | 04-28-2008 07:06 AM |
| Problem in using diff | ragavhere | Shell Programming and Scripting | 6 | 04-19-2008 09:56 AM |
| diff command | gilead29 | UNIX for Dummies Questions & Answers | 7 | 03-09-2004 09:12 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Folks,
I am Diff'ing 2 identical files..and the result is, it shows all the lines from 2 files (saying nothing is being matched). If I copy the content from 1 of the file and paste in a newly created file and then do the diff, it equals. 2 files are xml files. I've tried many combinations..no clue till now. I have 1 file as base file and another one comes from a Java Process and on which I do some parsing and substitution of Strings. Please through some light on this .. --Venkat. |
|
||||
|
Quote:
Far too much of a guessing game. Try doing a od command on each of the files, say for the first couple of lines of input. Most likely, a tab will be spaces, or one file will end in a DOS format, and not Unix. The od command will show you the actual characters in each of the files (not just how they show on a screen), so you shold be able to decipher from there. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|