Summary: I am trying to create a unix script that will run on the first of every month as a cron job to pull a report (infomix sql query) for the previous mon...
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: Using ftp to move files around, PC to Unix, using scripts run from cron. Problem is that if a connection is not established the ftp job just sits and ...
Summary: I must disagree. It is a question of permissions. A script run from cron works differently than run from the command line. When a script executes fr...
Summary: Typically, when a script runs from the command line, it's because the cron environment is different from the environment where the script was develope...
Summary: Hi, I am trying to write a unix script for a student database program. I have some pieces of script for this database that was left to me. ...
Summary: How can I write a unix script to ftp file from one machine to the other but exclude file already being transferred. The script runs under cron and onl...
Summary: Hi, I wud like to execute a unix script from a stored procedure at some step. please advise on how to do this. thanks for your help. Regards, Jern ...
Summary: i have a unix script which is available in a box say box1 i want this script to be run in box box2 and put the output file in box2 what is the procedu...
Summary: I'm getting a little frustrated and would appreciate any help. I'm writting a unix script, and no matter what I do, it ignores the command line variab...
Summary: I've written a unix script that monitors unix processes on a server. If the number of processes running drops below an expected level in mails a suppo...
Summary: Can someone help me decipher this? This is from an older Unix script, not sure exactly what it does: ... find . $DATA -newer $DATESTAMP -exec stat -m ...
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: Make a script like this # !/bin/sh iostat >> /path/to/log & mpstat >> /path/to/log & vmstat >> /path/to/log & and then add a line in /etc/crontab say...
Summary: Hi All, I am quite new at unix script. I have two questions to ask for your help. 1) I will do quite a lot of experiments. The output file names of di...
Summary: hi, I need to use a unix script to accept information from users through a html form and send it to an email address. I dont want to use perl. I ti...
Summary: Hi guys, I have created a unix script and it runs fine,is there anyway of making this script run at a certain time everyday. like an auto sceduler ...
Summary: Any idea how is the function key F8 being map in unix script using Ksh Shell? For example: enter key is recognize as ^M, so what is the control key fo...
Summary: this inquirery is to find out how to write a unix script for ftp from Lucent CMS Manpower Planning Report off the ACD into A TELECENTER SYSTEM or TCS ...
Summary: Hi, I'm having problems with unix script programming. I need to be able to write a basic addition expression, and be able to read values from a comma...
Summary: OK, some lazy shell programmers don't place in the script which shell they are using; they rely on how their environment is set which might be differe...
Summary: Out of nowhere, I suddenly need to rename a file with the current date and time automatically appended e.g. the script should prompt you for a filenam...