![]() |
|
|
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 |
| Avoiding rc.local file during reboot | eamani_sun | Ubuntu | 1 | 05-14-2008 02:34 AM |
| File System - Remote or Local?? | Un1xNewb1e | UNIX for Dummies Questions & Answers | 1 | 04-11-2008 05:23 PM |
| How i ftp a unix file to my local window | Nirmal | Shell Programming and Scripting | 1 | 03-19-2008 01:02 AM |
| how to find whether a file is local or remote file? | jackfds | UNIX for Dummies Questions & Answers | 3 | 07-10-2007 09:36 AM |
| file size in bytes is different in ftp and local pc | umen | UNIX for Dummies Questions & Answers | 2 | 06-04-2007 05:58 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
#!/bin/sh
yesterday=`date -d "1 day ago" +%y%m%d` while read server errorfile; do ssh $server tail $errorfile done <<HERE | mailx -s "error extract" shantanu@gmail.com 192.29.0.213 /var/lib/mysql/abc.err 192.29.0.215 /var/lib/mysql/xyz.err HERE I have not set the keys. The script ask for the password for 0.213 and then send the e-mail of tail $errorfile. But it does not move on to the next server i.e. 0.215 |
![]() |
| Bookmarks |
| Tags |
| cat, grep |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|