![]() |
|
|
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 |
| Why no attachment seen??? | Amruta Pitkar | UNIX for Dummies Questions & Answers | 2 | 04-27-2009 06:22 PM |
| uuencode for attachment giving problem | manojram | UNIX Desktop for Dummies Questions & Answers | 3 | 11-19-2008 08:20 PM |
| Problem while sending message and attachment with mailx | nihar.dutta | Shell Programming and Scripting | 2 | 08-09-2007 12:15 PM |
| Uuencode problem in mail attachment | mvalonso | UNIX for Dummies Questions & Answers | 8 | 03-16-2006 01:38 PM |
| Problem with mailx command when sending attachment. | miltony | Shell Programming and Scripting | 2 | 12-02-2005 12:43 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
problem with attachment
i have a script in ksh
i m getting the mail but not the attachment,,,,,,, #!/bin/ksh for i in Archiver1 Cleaner1 Archiver2 Interpolation DBMaint ImportAdapter_CC Extrapolation ZeroConsumptionReport DBSyncListener TnsProvAdapterCheckConfig do count=0 count=`ps -aef | grep java | grep $i | wc -l` echo $count >> perst ps -aef | grep java| grep $i >> new1 done uuencode /tmp/new1 new1 | mail -s "Plz find the attachment for the currently Running application" naveed@hotmail.com << EOM |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|