Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vikmos

  1. vikmos

    elm in batch mode , attachment

    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 &quot;$ATTFILE&quot; -i $ATTFILE -a $MAILTO < $BODY >>$LOGFIL Thanks Vito
  2. vikmos

    Non-displayable char in logfile, how to get rid ?

    Hi, I have output of elm >> to LOGFILE like: elm -s &quot;$SUBJECT&quot; -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...
  3. vikmos

    elm send mail authority ?

    Greetings, all ! I'm trying to exec pretty simple script to send email like this: ================================================================ sendmail() { elm -s &quot;$SUBJECT&quot; -a $MAILTO < $BODY -i $ATTFILE >>$LOGFILE return }...
  4. vikmos

    simple read in loop

    Thanks a lot, guys ! Just question about line below: if (( UID <= 100 )) ; then continue; fi is it to catch end-of-file ? Thanks again Vittorio
  5. vikmos

    zip on unix.

    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...
  6. vikmos

    simple read in loop

    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 &quot;read&quot; or I have to work with...
  7. vikmos

    ICPM error message

    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

Part and Inventory Search

Back
Top