From b194a1b6902a3df2cf832235e722040244c1a223 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Wed, 21 Oct 2015 02:05:32 +0200 Subject: [PATCH] Alphabetize Show Local IP Address command --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b1c6a6..ed5cab8 100644 --- a/README.md +++ b/README.md @@ -700,6 +700,11 @@ Run a wireless scan: airport -s ``` +#### Show Local IP Address +```bash +ipconfig getifaddr en0 +``` + #### Show Wi-Fi Connection History ```bash defaults read /Library/Preferences/SystemConfiguration/com.apple.airport.preferences | grep LastConnected -A 7 @@ -711,10 +716,6 @@ Exchange SSID with the SSID of the access point you wish to query the password f security find-generic-password -ga "SSID" | grep "password:" ``` -#### Show Local IP Address -```bash -ipconfig getifaddr en0 -``` ## Package Managers