Search Results

Showing results 1 to 5 of 5
Search took 0.01 seconds.
Search: Posts Made By: winbatch ; Forum: Shell Scripting and child forums
Forum: Shell Scripting Aug 29th, 2005
Replies: 1
Views: 2,131
Posted By winbatch
Not sure, maybe "\t" ?
Forum: Shell Scripting Aug 29th, 2005
Replies: 3
Views: 3,735
Posted By winbatch
inside the if, you should be comparing $CHECKA and $CHECKB, not CHECKA and CHECKBKeep the space there. Also, try removing the ; and move 'then' to the next line. (not sure if this matters)
Forum: Shell Scripting Jul 27th, 2005
Replies: 2
Views: 5,580
Posted By winbatch
it's typically (at least on solaris)
/usr/lib/sendmail -t < filename

(where filename is a file which at the very least as a To: line)

the -v option gives more verbose information...
Forum: Shell Scripting Jul 27th, 2005
Replies: 1
Views: 3,611
Posted By winbatch
I came up with a workaround (which is to have it create a different script and then run that script). Let me know if there is a better way:

#!/usr/bin/ksh

if [ $# -lt 2 ]
then
echo...
Forum: Shell Scripting Jul 27th, 2005
Replies: 1
Views: 3,611
Posted By winbatch
Here's what I'm trying to do... I want to connect to a command line application and send it instructions from inside a script. I need to do a loop as there are multiple things I want to do. I was...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC