If you want check if some hosts are reachable at the same time:
{ echo reg.lt ; echo su.lt; echo ktu.lt; } | parallel ping -c 3 -W 3 -q
If you want check if some hosts are reachable at the same time:
{ echo reg.lt ; echo su.lt; echo ktu.lt; } | parallel ping -c 3 -W 3 -q