Skip to content

Instantly share code, notes, and snippets.

@madosuki
Created February 4, 2020 05:57
Show Gist options
  • Save madosuki/475e160f24afdcadb61577ad868c2303 to your computer and use it in GitHub Desktop.
Save madosuki/475e160f24afdcadb61577ad868c2303 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo 192.168.1.{1..254} | xargs -P256 -n1 ping -s1 -c1 -W1 | grep ttl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment