Fulltext results:
- Make your Mac feel at Home @info:mac
- earch for $HOMESSID SSID=$(${AIRPORT} --getinfo | grep ' SSID:') SSID=$(echo ${SSID} | grep "^SSID: ${HOMESSID}\$") # # Branch depending on grep's return code. if [ "$?" == "0" ]; then # in home
- Cleanup Packages @info:linux:debian
- his command: <code bash> dpkg --get-selections | grep 'deinstall$' </code> You can feed this list dire... de bash> aptitude purge $(dpkg --get-selections | grep 'deinstall$' | cut -f1) </code> ===== Remove Orp
- Command Line Tools Used in My Scripts @info:script
- every of my systems. Basic tools (e.g. awk, find, grep, ps) which are always installed are not listed.