Skip to content

Instantly share code, notes, and snippets.

@jaredmichaelwilliams
Last active August 29, 2015 14:21
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 jaredmichaelwilliams/d3a94c92d9760b7cca37 to your computer and use it in GitHub Desktop.
Save jaredmichaelwilliams/d3a94c92d9760b7cca37 to your computer and use it in GitHub Desktop.
Clear Arp Cache
#!/bin/bash
arp -n | awk '{print "arp -v -d "$1}' | egrep '[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}' | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment