Thursday, May 22, 2014

Display WiFi signal strength in the terminal

You can run this command:
watch -n 1 "awk 'NR==3 {print \"WiFi Signal Strength = \" \$3 \"00 %\"}''' /proc/net/wireless"
This command has also the same function, with more info:
watch -n 1 cat /proc/net/wireless