Summary: Hello, i am using oracle 9.2.0.5 database and we are planning to move archivelog files from production server to standby server. when the sever does a...
Summary: Hi all, I have a problem about developing shell script to extract words with regular expression. For example, I have one text file that contai...
Summary: How do i skip the user login when i try to do a ftp in shell script? if i do the ftp at the command prompt, i will hit on the carriage return when the...
Summary: Hi there, Need help Do anyone of you have some sample FTP shell script that can email to me. I need it urgently to do some CRON uploading and download...
Summary: Hi i've been trying to write shell script with awk that I want to search a substring with variable of shell script In old one ,I wrote awk that fi...
Summary: How do I get FTP prompt by calling a shell script. I just want to be able to execute a shell script that connect to the ftp server and just return th...
Summary: Hello Can anybody explain how I can ftp the reult of a sql script in a shell script that is executed via a cronjob??I would like the result to be se...
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: 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 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: 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: Hi , we have a standby database and everyday in the night at 1 a.m we have to ftp the archive log files from the production server to the standby serv...
Summary: Hi, Here we are in a problem that our application is not working due to the lack of file locking by one user when multiple users execute the command s...
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: As it happens, I have experience calling Informix SPs from shell scripts. Here's an example: Given this SP: -- This function returns a datetime year ...
Summary: how do I write shell script that find my word in file. That's easy for using grep . But i want find number of line that i found first(with my word)...
Summary: Good afternoon, I need to create a Bourne shell script to have a pop up message display user's history every time they log in my system. The pop up ...
Summary: Hi, If i have a user name (not user id) can i see his/her login entries for the past 6 months?... is there a command for this, or is this much informa...
Summary: Can anyone help me with this assignment. Write a shell script file to read 5 student names (First and Last name) and their grades using a while loop....
Summary: Hi all, I would really appreciate some help to create a bash shell script to do this: 1. run a ping command (e.g. ping -c 10 {ServerName}) 2. (TEST1) ...
Summary: I use Perl for all of these types of requirements. The core Perl libraries are usually on all Linux and UNIX system because part of the standard OS u...