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 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: 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'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: I am using NDMCLI running from a shell script, but the shell is ending in the following error. Can any one let know how can I resolve it. Is it a prob...
Summary: I wrote a perl script that returns the server name with the lowest load, and I am trying to use that output in a csh/tcsh shell script now. I want to ...
Summary: I want to run a shell script from C++ windows Dialog on remote Unix server and show the output in Edit box etc. For. Eg. i click a pushbutton which c...
Summary: I am a newbee in shell scripts and I have the need to write a loop but for the life of me I can't figure it out. I have a file "n1.txt" that contains ...
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: ghostdog, The o/p i have pasted above from my SED command doesn't contain the $2 and $3 command line args, because i executed the command from the CL....
Summary: I need to know if the connection fails to the remote host in a shell script. Which error codes etc should I check for? What would be in the if stateme...
Summary: Hello, I want to give back the first 3 letters of my hostname to a variable in a shell script like this principle: N=awk'{printf substr(`uname -n`,1,3...
Summary: Hi, I am writing a shell script to accept input from user and upload the data files using sqlloader. I want to trap Ctrl-Z which is SIGTSTP so that us...
Summary: How to disconnect DB connectivity in a UNIX script. I have connected to a DB using sqlplus command in UNIX shell script. I need to know how to check t...
Summary: Does anyone know of a command equivalent to holding the shift key that can be used in a logon script to keep startup apps from coming up? I need to k...