Search Results

Search: Posts Made By: nitinmathur18
9,085
Posted By nitinmathur18
I am having problem in copying files from local...
I am having problem in copying files from local to remote, Can some one help. The last line of the code mentioned in above post.
9,085
Posted By nitinmathur18
I have written the code just waiting for testing ...
I have written the code just waiting for testing

scp -r ecifetls@boom.nwie.net:/vol/ecif/etl/$ProjectTarget/parameterfiles/*.* /bfx/$ProjectTarget/parameterfiles/
find...
9,085
Posted By nitinmathur18
Thats correct Methyl but server1 is a production...
Thats correct Methyl but server1 is a production server , we should not be editing anything on that server. The ID which is used here doesn't have write access to those files.
I wish this could have...
9,085
Posted By nitinmathur18
i m trying to find and replace a string on remote...
i m trying to find and replace a string on remote server (SOLARIS) from Local server (Linux).
dbchange.sh is the script which gets executed on Solaris server to find and replace "String" it has a...
9,085
Posted By nitinmathur18
1. My browser had a issue and i could not realize...
1. My browser had a issue and i could not realize its going to be double post.
2. Script ran without replacing the string mentioned in dbchange.sh script
3. Bash script will run on Linux server and...
9,085
Posted By nitinmathur18
Any suggestions???
Any suggestions???
9,085
Posted By nitinmathur18
Do anyone has any suggestions ????
Do anyone has any suggestions ????
9,085
Posted By nitinmathur18
I copied the script to the remote server and...
I copied the script to the remote server and tested and it worked fine code is


#!/bin/ksh
find /devl/bfx/ecif/etl/visibility/parameterfiles/ -exec grep -l CNTCT {} \; | while read file
do ls...
9,085
Posted By nitinmathur18
Find and replace a string on remote server
Main script command

ssh user@server.XYZ.net export "'$ProjectTarget'" < /webdata/ecif/etl/scripts/dbchange.sh


dbchange.sh

#!/bin/bash
for file in find...
Showing results 1 to 9 of 9

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