Search Results

Search: Posts Made By: mattylad000
1,095
Posted By Chubler_XL
Typically for this short of problem you would use...
Typically for this short of problem you would use the shift shell internal.

if [ $# -eq 0 ]
then
echo "Usage: $0 host [...]">&2
exit 1
fi

while [ $# -gt 0 ]
do
if ping -q -c 1...
Showing results 1 to 1 of 1

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