Skip to content

Instantly share code, notes, and snippets.

@figital
Created June 13, 2015 22:04
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 figital/7e444d8a354a588eff41 to your computer and use it in GitHub Desktop.
Save figital/7e444d8a354a588eff41 to your computer and use it in GitHub Desktop.
monitor detected ssids on wlan0 (requires moreutils)
watch -n 5 "iwlist wlan0 scan | egrep 'Cell|Quality|ESSID' | pee cat 'wc -l'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment