mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 23:42:07 +02:00
16 lines
335 B
Markdown
16 lines
335 B
Markdown
# wifi-password
|
|
|
|
> Get the password of the Wi-Fi.
|
|
> More information: <https://github.com/rauchg/wifi-password>.
|
|
|
|
- Get the password for the Wi-Fi you are currently logged onto:
|
|
|
|
`wifi-password`
|
|
|
|
- Get the password for the Wi-Fi with a specific SSID:
|
|
|
|
`wifi-password {{ssid}}`
|
|
|
|
- Print only the password as output:
|
|
|
|
`wifi-password -q`
|