Summary: Hi, I need a unix script which can check the values from file1 into file2 and if they do not match then print that line from file1. file1 check1 name1...
Summary: 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...
Summary: Hi, I’m struggling to write a script to do the following, -will go through each line in the file -in a specific character positions, changes the ...
Summary: Can anyone convert this bash script to a csh script? Essentially what this script does is it takes an a directory as an arguement and appends that to...
Summary: I need a script to send an e-mail to system admin when a Solaris 7 server reboot. Please send me a example script if anyone has the script available. ...
Summary: I am look for a shell script to scan all files in the system to find out if a file contains a particular string. If yes, then write the file name, pat...
Summary: I want to write a csh script to search files "Scan_ddmmyy.csv" placed in a directory. The program should look for EXCLUSIVE flags in the 6th, 7th & 8t...
Summary: Hello I need to write a simple batch script to delete all the files in a particular directory which are older than 24 hours. Sound simple, but to a n...
Summary: hi, I am trying to write a script to delete few lines from the existing files. The requirement is as follows: 1. I need to grep for a pattern "abc" in...
Summary: I really need help how to write this script to make it work.....This script called "Test.ksh" at host A to remote on host B (host B = ps4580-1. /usr/l...
Summary: Hello - I'm trying to write an expect script to first su to another user adn then run the passwd command. I created it by using autoexpect and then m...
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 E...
Summary: Hi, I need a shell script to check a dynamic ip(from cable company), it will send the ip to my email if the ip changes. The Solaris box is behind the ...
Summary: I have Open unix calderal 8.0 runing on pentium 2.4ghz with 1gb ram.i need a script to perform an auto mounting of a partion on my hard disk and a scr...
Summary: Hello all, I have wriiten a script to create a html file on the fly. It is as shown below :- 1>echo " " > log.html 2>cat test.log >> log.html 3>echo "...
Summary: #!/bin/ksh touch XX # The cat command is unecessary. # You can also use: # >XX Set up your script to run from cron. If you want to create a new fil...
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 proces...
Summary: hi, I need to use a unix script to accept information from users through a html form and send it to an email address. I dont want to use perl. I ti...
Summary: here i have a transfer script that draws files by date but now we have to add time in the files format according to the generation time of those file...
Summary: I was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so...
Summary: I need a script to change the case of file extensions from upper to lower case. I don't think I can do it just in the ordinary bash shell, and I know...