Koodinpätkiä / Code Bits
Some pieces of txt I find useful
Pages
Home
Useful Programs
Foobar 2000 Customizations
Art & Projects
Links
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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment