Summary: Folks: I am trying to write a script to telnet a service on local service but I really don't know how to do it. Basically, there are two tasks: task 1...
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: 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 have to write a script to lock a list of file. The following are the commands:- Read from a flat file containing a list of file. BSC915_AWAH02 6...
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: 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 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: #!/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: 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: A couple of weeks ago, I posted a script to compare the contents of 2 files and to print out the line number of any entry that was not in the second f...
Summary: Hi! I would like to get some help with my script which will read a command file,execute each command and send output to a file. My problem is how to g...
Summary: The way FTP or Telnet work is that the workstation (unix or NT) u r trying to connect FROM needs a telnet of FP client. and the workstation u r trying...
Summary: newbie here, Need some help in getting Unix to run a script to grab a file from an NT box. Thanks in advance and I hope I've provided pertinent info....
Summary: Hi, Can anyone help in writing a shell script that creates a table out of the info in the /etc/passwd file using the following format: User Name User...
Summary: Hi I need to create a shell script to create a report showing users name when they last logged on and if they have exceeded their quota (5mb) I figur...
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: 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...