Search Results

Search: Posts Made By: Alan Bird
5,088
Posted By Alan Bird
Thanks I will look into that also.
Thanks I will look into that also.
5,088
Posted By Alan Bird
thanks
Thanks Cameron, we will try that.
5,088
Posted By Alan Bird
Transfering files from one server to another.
My oracle database is generating archive logs. I want to copy those archive logs over to backup server on a regular basis. I know how to create an ftp job and I can put it in my crontab. My...
1,925
Posted By Alan Bird
Another answer
if [ $1 != "LVCH" ]
then
if [ $1 != "LVEI" ]
then
if [ $1 != "LVMI" ]
then
if [ $1 != "LVCH" ]
...
1,925
Posted By Alan Bird
From another dba I work with.
case $1 in
"LVCH"|"LVEI"|"LVMI"|"LVCH") ;;
*) echo 'Sid is not in list. Try one of these in caps.'
echo 'LVCH, LVEI, LVMI, LVCH'
exit ;;
esac:cool:

added code tags for readability...
1,925
Posted By Alan Bird
How do I code 'not in this group'
I am trying to find if the entered value is not in a group. Here is my code.
if [ $1 not in ( "LVCH", "LVEI", "LVMI", "LVCH" ) ]
then
echo 'Sid is not in list. Try one of these in caps.'...
3,527
Posted By Alan Bird
executing in parent shell.
I have a script that I want to run in my current shell. I know that if I start it with a period ie '. myprogram' that this will cause it to run in my current shell instead of starting a new shell...
Showing results 1 to 7 of 7

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