Search Results

Search: Posts Made By: prats_7678
6,084
Posted By prats_7678
scipt is: #!/bin/bash echo $1 echo $2...
scipt is:

#!/bin/bash

echo $1
echo $2
OIFS="$IFS"
IFS=$'\n'
#sudo su
RECEIVED_DIR="/storage/sas_source/SDTM-Development/FileWatcher/GCSDW_InBound/"...
6,084
Posted By prats_7678
I want to exit if the previous script is already...
I want to exit if the previous script is already running.
script which is called by cronjob is a background process.
6,084
Posted By prats_7678
Pausing a cron job
Hi All,

I have a cronjob which runs a script every 5 mins.
My problem is before the script is completed the cron job starts again after 5 mins.

How can I put this second cron job to wait...
1,710
Posted By prats_7678
Thanks for your help!! It worked :)
Thanks for your help!!
It worked :)
1,710
Posted By prats_7678
Im using BASH. my script completes in few...
Im using BASH.
my script completes in few minutes.

I want my script to run every 30 secs even if each invocation runs for an hour?
1,710
Posted By prats_7678
Scheduling a script
Hi,

I have my script in below path in UNIX
/storage/sas_source/SDTM-Development/FileWatcher/filewatcher.sh

I want to schedule it to run every 30 secs.
Please let me know the steps to do it....
6,559
Posted By prats_7678
Looping through records in db and processing them in UNIX
Hi,

I want to read multiple records from oracle database table and then based on each record I need to do some file modifications in UNIX.

I'm not sure how do I process each record from DB in...
Showing results 1 to 7 of 7

 
All times are GMT -4. The time now is 04:18 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy