Search Results

Search: Posts Made By: bob122480
5,875
Posted By bob122480
i need to use sendmail and not mailx because all...
i need to use sendmail and not mailx because all of the header stuff: to, from, subject, etc. are stored in the message, so using the sendmail -t command simplifies things alot.

and

I am using...
5,875
Posted By bob122480
help with crontab
i have a ksh script that creates messages in a temp directory and then sends them out using the sendmail command and i'm trying to set it up to run every night with crontab.
So the basic gist of...
10,264
Posted By bob122480
using sendmail in ksh
Anyone have any experience with sendmail?

I'm creating messages with the to, from, subject, body etc. in a temp directory and then want to send all of the messages after they are created using...
41,569
Posted By bob122480
test if a filename exists with specified string (ksh)
I'm trying to do a simple if statement that tests if a filename exists with a user specified string.

So say I have these files:

Assigned_1day_after_due_chuong ...
6,177
Posted By bob122480
ok i have another ksh question. I have a...
ok i have another ksh question.

I have a variable QueryString and when I echo it I get:
(( Project in COTS,ROBOINST && Status in N && New_on lessthan 070115 )) && (Class isequal Development )
...
6,177
Posted By bob122480
ok one more question, how do I store the results...
ok one more question, how do I store the results in a variable?
I am able to pipe it to a file, but I need to store it as well.

I tried this, but no luck:
results= $(eval $NewQuery)
why...
6,177
Posted By bob122480
i knew it was gonna be something so easy. thanks...
i knew it was gonna be something so easy. thanks so much!
6,177
Posted By bob122480
yes that is what i'm trying to do, run the...
yes that is what i'm trying to do, run the program findbug with the argument \(\(Project 'in' "Deployment,HDRCI,LHS,LSS,WUCI" '&&' Status 'in' "N" '&&' New_on 'lessthan' "070107" \)\) '&&' \(Class...
6,177
Posted By bob122480
problem with single quotes in a string and findbug in ksh
I'm having trouble manipulating a string that contains single quotes (') in it. I'm writing a ksh script to parse in a few queries from a config file, such as this:

findbug \(\(Project 'in'...
Showing results 1 to 9 of 9

 
All times are GMT -4. The time now is 06:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy