Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
shell script to get value of field
Name: nasrin Date: February 11, 2005 at 23:18:15 Pacific OS: unix CPU/Ram: server
Comment:
I want to write script to get a port value from property file and find whether process is running in the port using netstat -a command. It should work in hp-unix,sun os and ibm aix.
Summary: Hi I need to write a shell script which will search for a substring in a given string & return & print the position of the first character of the substring. Please help as i am stuck on this simple pr...
Summary: I need to write a shell script to mail to a list of email-ids. Email-ids are stored in a text file with 1 id in a line. Need to read each line (till EOF) and send mail to each of them. ...
Summary: Hi, I'm trying to create a shell script to check for the existence of a file on an NT box prior to an FTP process. If it doesn't exist then the process sleeps. Can anyone help? Thanks. Cherian ...