Summary: Hi, I need an urgent help with a complex situation. I really appreciate your help! I have a parameter file like this. unix> cat script.par name=david ...
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'm trying to write a shell script that acts as a watchdog timer. Basically it needs to look for a file being created by another process and if it fin...
Summary: Hi Amrish If you want to call a shell script inside a script , You can directly enter the script filename at the place where you want to execute. Fo...
Summary: Hi all, I'm writing a shell script to execute PGP, then FTP to several FTP site at the same time. Please let me know how to put in the script so that...
Summary: Before using a file as a shell script you must change its access permissions so that you have execute permission on the file, otherwise the error mess...
Summary: Hi, I need help for a shell script to have a user enter a date into the program. When the date has been entered in format dd/mm/yyyy, i need the scrip...
Summary: Hi, i have written a shell script that needs to be run from cron. Al i know about "cron" is that we can get it to run jobs periodically. The requir...
Summary: Could any one suggest me how to encrypt a shell script. I used the command crypt, it encrypted the shell script but when I run this script, it gives m...
Summary: Hello Everyone i want to know if anyone can help me in writing this script that forwards the mail with subject "SMS Message" to the mailbox folder and...
Summary: I'd like to know that if there is a way in AIX to run a shell script as the 'root' user when the launching program is running as a normal non-root use...
Summary: Hi, I have written a shell script in which I need to connect to sqlplus and execute some query there. In doing so on executing the shell script the qu...
Summary: Hi, The problem that I am facing is as below: There is a shell script which take 2 dates as input (today's date and yesterday's date) and when I am ru...
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: Ultimatly Perl or Python would be better suited for such a task. I typically use Perl. They are both more extensible and powerful. But in computing yo...
Summary: Hi, I was wondering if anybody knew how to make a shell script that will make a backup of a file example (mv out out.bak) but the next time you run th...
Summary: Hi all!! I am totally new to shell scripting. I need a script that will monitor a log file (shown below). It should scan the log file for distinct i...
Summary: Hi, I need to extract the parameters from an input file (ini) and put them into a spreadsheet (output file) for reporting and analysis. My requirement...
Summary: hi, i have an entry: FileName=/home/mqm/adr10098/sample.dat in a file. I want to open this file, search for "FileName=" and then replace the value wit...
Summary: i need to make a shell script that will take in two parameters: a directory and a size. it'll look somthing like this: filesize [dir] [size] (*where...
Summary: Hi. I am a beginner on scripting. I will write a shell script for string encryption/decryption. the script will take 3 parameters. First one will be a...
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: Hi, I have a shell script in which I'm hardcoding all the directory paths and using them in the script. Ex: SourceDir=/opt/adw/source FinalDir=/opt/a...