Summary: Dear All, Please help in this subject.. my requirement is list the files in directory and out of that list make the different set and each should set ...
Summary: Hi, I am trying to read a file which has two fields i.e tab seperated. Each line has an OldImage Name and a NewImage Name. Can anyone help me to write...
Summary: Requirement : need help to write a script which can get the reports for last 7 days, tar it, zip it and send it vai mail... I have wriiten the script ...
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 ... can any one let me know what is the command to get the last 6 characters from the string /ftpload/wrsv0_com_db01_200101.. Please .. //sree ...
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: One thing I should've mentioned. I need to get the one output file from the awk program in each of the directories where the text file was found. Na...
Summary: I am currently trying to solve a few problems that i am having great difficulty in. I have tried many different methods, but every time i dont get any...
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: Hi~ I'm running NetBSD-1.5.2 on the i386 platform w/ wscons enabled (virtual screens 0 thru 3) and am trying to add some C-shell scripting to my ~/.cs...
Summary: Hi, I've managed to create a C Shell script to get the names of the ASCII files that I want to FTP off of my remote hosts. The names of the ASCII file...
Summary: hello, I am having trouble creating a batch script to FTP a file from UNIX to NT. It seems that when I invoke the script, the ftp command invokes the...
Summary: Hi, I am very new to Unix (taken one week of class so far) and have been given an assignment that I find impossible to accomplish. It seems like a...
Summary: I'm completely new to shell programming. As this is quite urgent, please offer your help. Thanks a lot! If there is a text file which contains: 1. Amt...
Summary: The following script perhaps uses awk and system commands Write a simple shell script to do the following. a) Read a set of commands specified in a fi...
Summary: Hi, I am trying to find out the file which over 1 hour ( or 30 min, or 30 seconds) I know how to find out the files by day using mtime find . -mtime ...
Summary: hello all, I have a file which has a string as follows:- bin i want 2 write a shell script which will replace this by /home/sandeep/bin. This shoul...
Summary: Hi. Although what u r trying to say is not very difficult by If I am at you position I will use this approach In place of - cd to the most recently...
Summary: Hello, how do i get the last field Ex: files are with this formats abc_xyz_20041232 abc_20041001 abbc_xyz_rrr_20041013 i tried with cut command but i ...
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: Dear friends, I have my SCO OpenServer 5.05 box and many windows workstations will telnet into it. But I got slow login and password prompt sometimes....
Summary: Hi, Can anyone tell me how to write a Unix ksh script to open a file (path provided) and assign a value to a variable in the file and then save the fi...
Summary: Hello all, I'm making a script to save files from a HP-UX server to a NT4 server. To make this, I's made a shell script to compress the files, then to...