Skip to content

Instantly share code, notes, and snippets.

@sokil
Created June 23, 2017 09:33
Show Gist options
  • Save sokil/bf3d2d19cfb14cc25ef024c84f93a452 to your computer and use it in GitHub Desktop.
Save sokil/bf3d2d19cfb14cc25ef024c84f93a452 to your computer and use it in GitHub Desktop.
Check list of domains for existance
cat siteDomains | xargs -I{} bash -c "ping -c 1 {} > /dev/null 2>&1 && echo {} 'ok' || echo {} 'er'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment