I am trying to send mail from Unix to my email id configured on outlook. I need to make sure it works as a follow-up. I am using the below code my AIX unix box.
/
This code helps me create the entire subject line in red and also marks the mail as a flag. But i need to make one more change and make sure that there is a pop-up that comes up since the time entered here has passed.
This happened a long time ago and some of the details may not be exact. Customer had obsolete hardware running an obsolete SCO OS and some type of database program with data scattered around the system. There were 2-1g SCSI drives, both split in half, with the 3 filesystems automatically loading... (6 Replies)
Hi All,
I have 2 properties files - one is a master templete and other one is a node specific properties file, I need to comapre these 2 properties files and make sure the node Specific properties file contains all the properties in the master temple properties file else report the missing... (5 Replies)
Hello Guys,
I'm currently creating a script for a couple of things and I'm semi stuck on where to go next.
This is the script i've written but its not working in the exact way i want it to work.
#!/bin/bash
while :
do
clear
echo " M A I N - M E N U"
echo "1. Make a New... (1 Reply)
Hi,
I often need to find the child processes of a parent process. There may be a string of 4-5. That is, PPID 884 spawns 890, which spawns 894, which spawns 1017. I'd like to be able to see all of them without having to type in a number of ps -ef commands.
Process groups and session ID's are... (2 Replies)
This is a follow-up re: this thread
As I mentioned, this script works very nicely, thanks again.
However, the ASCII data of the 'attached file' also shows below the body of the email message. Do you know of a way to 'disable' the attached text from showing? Although the file is attached,... (3 Replies)