Skip to content

Instantly share code, notes, and snippets.

@keionbis
Created October 8, 2018 14:55
Show Gist options
  • Save keionbis/586b8dd555ac2035b129fac6ef855507 to your computer and use it in GitHub Desktop.
Save keionbis/586b8dd555ac2035b129fac6ef855507 to your computer and use it in GitHub Desktop.
cp macaddresses.txt addressestemp.txt
ifconfig wlp1s0 | awk '/HWaddr/ {print $NF}' > curraddress.txt
cat addressestemp.txt curraddress.txt > macaddresses.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment