![]() |
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 |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Formatting the output from diff | ragavhere | Shell Programming and Scripting | 9 | 05-07-2008 04:40 AM |
| Diff output, unwanted characters | scanner248 | UNIX for Dummies Questions & Answers | 5 | 10-17-2007 04:23 PM |
| Is there a way to limit DIFF output | bobk544 | Shell Programming and Scripting | 2 | 06-08-2007 03:54 PM |
| parsing output from a diff command... | kam | Shell Programming and Scripting | 5 | 05-29-2007 11:26 PM |
| diff 2 files; output diff's to 3rd file | blt123 | Shell Programming and Scripting | 2 | 05-28-2002 11:29 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
diff output
I have two CSV files and I would like to create a third CSV file containing the differences between the two.
I understand the diff command can be used to list differences between two files. My problem is that when I pipe the output into a third CSV file, the line numbers and other formatting from diff also get piped. Is there any way to pipe only the actual text? Thanks |
|
||||
|
Thanks
I have looked at comm but I cant get it to produce the same output as diff as it operates line by line. I was hoping the answer may lie with diff, perhaps an option. I have also been informed of uniq, but as I understand this operates on a single file only |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|