Skip to content

Instantly share code, notes, and snippets.

@stnet253
Created December 27, 2019 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stnet253/6c161805e724bb206c6e2d979b399d3a to your computer and use it in GitHub Desktop.
Save stnet253/6c161805e724bb206c6e2d979b399d3a to your computer and use it in GitHub Desktop.
#!/bin/sh
arp -n | awk '{print $1}' | grep ^192 | while read ip; do arp -d $ip; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment