Search Results

Search: Posts Made By: DGPickett
1,558
Posted By DGPickett
( IFS="$IFS;~" while read s a b do ( ...
(
IFS="$IFS;~"
while read s a b
do
(
scp -r a s:b
echo scp exit code: $?
) 2>&1 | sed "s|^|$a=>$s:$b |" &
done <serverlist ) 2>&1 | tee logfileAdd your separators to $IFS for...
Showing results 1 to 1 of 1

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