Search Results

Search: Posts Made By: cheers799
1,939
Posted By cheers799
Rsync over ssh
Hi UnixGurus

Could you please help me with the below scenario.

SERVER1=abc.ins.com
SERVER2=exy.ins.com
PATH=/home/oracle/backup/
USER=oracle

I want to sync $PATH from $SERVER1 to...
1,492
Posted By cheers799
Thanks for the responses based on that, I used...
Thanks for the responses based on that, I used like below and it works fine
I followed the below logic
if [ -z $env ]; then

call select command

else
cd to $env directory.
fi
1,492
Posted By cheers799
Thanks for the response RudiC. In the global...
Thanks for the response RudiC.
In the global environment file, we have all DB credentials, database client path, schema names and all common functions. This profile is set to login profile for User...
1,492
Posted By cheers799
Select command
Hi
I'm using the "select" command in the global_env.sh to log in to the application directory. This file is called in .bashrc profile.

Sample code:
Filename: global_env.sh


set -o vi
...
Showing results 1 to 4 of 4

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