![]() |
|
|
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 |
| comparing two tables | akil | Shell Programming and Scripting | 1 | 09-02-2008 08:13 AM |
| Mail sending | panknil | Shell Programming and Scripting | 15 | 09-19-2007 02:24 AM |
| Sending mail thru HP-UX | medisetti | HP-UX | 1 | 02-22-2007 07:08 PM |
| sending mail | mskarica | UNIX for Advanced & Expert Users | 3 | 04-12-2005 09:59 AM |
| sending a mail to a mail client | solaris73 | UNIX for Dummies Questions & Answers | 5 | 11-18-2002 01:58 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Comparing rows in two tables and sending the differnce to mail
Hi,
I have a table ,containg 2 coloumns and many rows,which is updated everyday.The no.of rows in the table changes everyday. i have to write the difference between yesterdays tabtle and todays table to a new file.The row that is new in the todays table need not to be shown.only the change in the values from yesterdya to today should be shown. ex: yesterday table 1 2 3 4 6 8 todays table 1 2 5 4 6 9 2 5 I have to write the script in a such a way that , The output file should show in coloumn1 3 is changed to 5 and in coloumn2 8 is changed to 9 and the outputfile has to be sent the mail id. Please help me, Thanks. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|