Hi, my elm statement in script doesn’t want to attach file, giving me a :
<Can't specify an included file in batch mode>
Anybody can point me to right point ?
elm -s "$ATTFILE" -i $ATTFILE -a $MAILTO < $BODY >>$LOGFIL
Thanks
Vito
Hi,
I have output of elm >> to LOGFILE like:
elm -s "$SUBJECT" -a $MAILTO < $BODY >>$LOGFILE
and after that I have a lot of weird things doing cat or grep with LOGFILE. Doing VI it, I see only the following :
^[[22;1H^[[JText has 8BIT data and charset=US-ASCII, using...
Greetings, all !
I'm trying to exec pretty simple script to send email like this:
================================================================
sendmail() {
elm -s "$SUBJECT" -a $MAILTO < $BODY -i $ATTFILE >>$LOGFILE
return
}...
Hi,
Just moved to UNIX world..
I need to produce zip files to send them out thru email.
Do gunzip or tar will do it ? I mean will normal Windows user be able to read this file with Windows (winzip)?
Just don't know about WinZip on Unix ? If it's there maybe anybody has a sample ?
Thanks to...
Guys,
I've just started UNIX and basically I need script to read file in loop till the end, catch each line, assign values from each line (fields with separators) to some vars and do this till end-of-file.
Just curios is there simple command like "read" or I have to work with...
If an ICMP error message exhausts its TTL and expires, another ICMP msg is not generated. Why not? Still can't explain this. Any problems with looping ??
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.