diff --git a/enter/Coding Tips (Classical)/Terminal Tips/About terminal.md b/enter/Coding Tips (Classical)/Terminal Tips/About terminal.md index 3beb7ab..fc3cb39 100644 --- a/enter/Coding Tips (Classical)/Terminal Tips/About terminal.md +++ b/enter/Coding Tips (Classical)/Terminal Tips/About terminal.md @@ -39,12 +39,12 @@ This copies contents of all files & subdirectories in a folder/directory to ano cp -r /path/to/source/directory /path/to/destination/directory/ ``` -Find the generic password to a public wifi +Find the generic password to a public wifi. ``` security find-generic-password -wa "Wifi-name" ``` -Your ipv4 & ipv6 addresses: +Output your ipv4 & ipv6 addresses. ``` ifconfig en0 | grep inet | awk '{ print$2 }' ``` \ No newline at end of file