Skip to content

Instantly share code, notes, and snippets.

Created August 17, 2015 18:57
Show Gist options
  • Save anonymous/affe7d225b4ffc023973 to your computer and use it in GitHub Desktop.
Save anonymous/affe7d225b4ffc023973 to your computer and use it in GitHub Desktop.
One liner to list ESSID and Qualiity of Wi-Fi networks out of iwlist
tabs -40; sudo iwlist wlp3s0 scan | egrep "ESSID|Qual" | tac | sed -n 's/^\s*//g;N;s/\n/\t/;p' | sort -r -t= -k2; tabs -4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment