Search Results

Search: Posts Made By: SAUD PASHA
940
Posted By SAUD PASHA
ssh user@server ' cd path;j=0; for i in *;do;d=`du -sh $i | awk '{print( $1 )}'`;p=$d'|'$i;j=`expr $
Please help me to resolve below the issue in script

ssh user@server ' cd path;j=0; for i in *;do;d=`du -sh $i | \
awk '{print( $1 )}'`;p=$d'|'$i;j=`expr $j + 1 `;arr[ $j ]=$p;echo ${arr[j]};done'
1,050
Posted By SAUD PASHA
Problem with ssh script
I want to execute below the script for remote server.i am not able to execute below the script please help me urgent for this issue.i getting below the error
ssh user@server<<EOJ
cd path
for i in...
34,064
Posted By SAUD PASHA
hi, But i don't have ssh access how to i can...
hi,

But i don't have ssh access how to i can run script on remote server.Please
help me for this issue.I have to execute script on remote server within sftp session.
34,064
Posted By SAUD PASHA
i want to execute shell script on remote server with in sftp session
Hi,


I want to execute shell script with in sftp session for remote server.

like i have a shell script test.sh that is on local server.i want to execute that script on remote server

sftp...
1,946
Posted By SAUD PASHA
find . -type f -print | xargs perl -p -i -e "s/pattern search string /replace string /g"
find . -type f -print | xargs perl -p -i -e "s/pattern search string/replace string /g"
1,103
Posted By SAUD PASHA
hi
As per your concern ssh is the correct ans,But i do not have ssh access then
how to i can use.Please guide me because i have access only sftp access
1,103
Posted By SAUD PASHA
Problem using sftp
I want to execute shell script with in sftp session for remote server.

like i have a shell script test.sh that is on local server.i want to execute like

sftp user@192.168.56.10
sftp> test.sh...
Showing results 1 to 7 of 7

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