![]() |
|
|
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 |
| How to convert byteArray variables to HexaString variables for Linux? | ritesh_163 | High Level Programming | 2 | 08-11-2008 12:55 AM |
| naming variables with variables | Allasso | Shell Programming and Scripting | 2 | 06-27-2008 11:45 AM |
| Ksh - Env. Variables ?? | varungupta | UNIX for Advanced & Expert Users | 4 | 02-26-2008 06:46 AM |
| non-variables with $ | oprestol | Shell Programming and Scripting | 3 | 08-23-2005 09:15 AM |
| Using sed with variables | Mark_A_Tritz | UNIX for Dummies Questions & Answers | 2 | 04-28-2004 09:46 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
cmp 2 variables
Hi I have two variables contining a set of near identical lines, i'd like to list the lines that differ? Prefereably i'd like not to save the variables into a file first.
i.e var1 tag:val1 tag:val2 tag:val3 var2 tag:val1 tag:val4 tag:val3 i'd like the result to print out something like tag:val2 <> tag:val4. I was thinking of using cmp to get the line numbers and then sed/awk to get the output. I ideas on the 'best' solution to this? ![]() thanks in advance. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|