Last active
August 29, 2015 14:21
-
-
Save jaredmichaelwilliams/d3a94c92d9760b7cca37 to your computer and use it in GitHub Desktop.
Clear Arp Cache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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