Search Results

Search: Posts Made By: MadeInGermany
4,836
Posted By MadeInGermany
the following simulates a transfer of the files...
the following simulates a transfer of the files in the current directory to 5 servers.
#!/bin/bash
servers=(
1.1.1.1 2.2.2.2
3.3.3.3 4.4.4.4
5.5.5.5
)
# /bin/ksh syntax:
#set -A servers...
4,836
Posted By MadeInGermany
Do you want to transfer each file once i.e. to...
Do you want to transfer each file once i.e. to one random server, or many times i.e. to each server?
Showing results 1 to 2 of 2

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