mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 04:44:12 +00:00
22 lines
425 B
Plaintext
22 lines
425 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, osx]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|