Search Results

Search: Posts Made By: michaelak28
679,810
Posted By michaelak28
Not sure if this info is still desired, but I...
Not sure if this info is still desired, but I have just finished an auto sftp script.
All servers run a script to backup files, then this script runs to gather all the output files and centralize....
58,977
Posted By michaelak28
Getting "syntax error at line 19: `<<' unmatched" trying to run sftp in a ksh script.
matrixmadhan you found it! It wasn't the spaces around the <<, but the space in front of the the second EOF.
It was tabbed over to emphasize the loop. Took out the white space and it ran like a...
58,977
Posted By michaelak28
"<< Unmatched" in ksh script using sftp
Getting "syntax error at line 19: `<<' unmatched" trying to run sftp in a ksh script.

...snip...
13 for each in $HOSTS;
14 do
15 if [ ! -d /usr/restore/$each ];
16 then...
Showing results 1 to 3 of 3

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