Update wifi.md (#666)

Fixed the example...hopefully
This commit is contained in:
arch1mede 2022-03-05 10:56:42 -08:00 committed by GitHub
parent 45bfe7270d
commit 61e6f703f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Alternatively you can connect to the PiKVM via SSH. The built-in Web Terminal (a
* `iwspy` - Displays per node link quality.
* `iwpriv` - Allow's you to manipulate the Wireless Extensions specific to a driver (private).
!!! example "Some examples"
??? example "Some examples"
```
# iw dev wlan0 scan | egrep "signal:|SSID:" | sed -e "s/\tsignal: //" -e "s/\tSSID: //" | awk '{ORS = (NR % 2 == 0)? "\n" : " "; print}' | sort
```