Skip to content

Instantly share code, notes, and snippets.

@JamesOBenson
Created August 25, 2016 20:32
Show Gist options
  • Save JamesOBenson/547f7360e041eab0e77ece9b7f7ba19c to your computer and use it in GitHub Desktop.
Save JamesOBenson/547f7360e041eab0e77ece9b7f7ba19c to your computer and use it in GitHub Desktop.
ping range of IP's
for x in {100..125}; do ping -c 1 -W 100 10.3.100.$x | grep 'time='; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment