Hello,
I am writing a script that will send out an email every night to an email address. The person receiving the email will see it in Outlook. When I send the file, it puts the file in the body of the email. I want it to appear as a seperate text file attachment that can be opened as such...
Hello,
I've got a user who is looking for a regular paralell printer to hook on to her PC. She wants a laser printer, and it has to be able to print condensed (132 columns, 17 pitch). Does anyone have any idea of a good printer to recomend for her. She is not very technical so it has to be...
I'm using jetform in aix. I've got a .tdf file, and I want to move the data. Does anyone know what the lines (ie: the one pasted below) mean? What do those numbers mean?
E ITEM_CODE DETAIL "" 1 30 85 29 60 0 0 ""
Thanks,
Verge
Hello,
I am working on an aix korn shell script. In that script I've got an if statement that I want to have to conditions for: ie: if $color="blue" and $size=large; then.....
How do I do this?
Hello,
I've got a file that has records that have more than one line. These multi-line records are seperated by a series of dashes (-------) accross the page. ie:
----------------------------------------------------------
JOESMITH JOE SMITH 12 MAIN ST
BOSTON MA 9999999...
I've got a while loop. Within the while loop I use read to get imput. Then I use case to do different things based on the imput. Does anyone know the command that will make it just go back to the top of the loop? To exit the loop? Do those same commands work in an if then statement?
I am trying to write an until loop that will only exit when a valid response (Y/N) is given. for example:
until
[[ $response == "Y" ]] or [[ $response == "N" ]]
do
read response?"Enter response "
if
then
else
fi
done
Any ideas on how to make this work?
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.