#### LAST DOC MODIFY: 2011-11-10 Keychain Item Name: Lable for Humans MyItemName Account Name: Keychain Item mypassitem Password: Duh... abc123 # RETURN ALL BUT PASS security find-generic-password -a mypassitem # RETURN ALL security find-generic-password -ga mypassitem Keychain info is written to stdout, except last line (actual pass) goes to stderr # REDIRECT stderr TO stdout "2>&1", AND SEND stdout TO /dev/null $ security 2>&1 >/dev/null find-generic-password -ga mypassitem __________________________________________________________________________________________ Copyright 2000-2011 Dylan Schneider. All Rights Reserved. This document uses unix line breaks(LF). Text on macnode.com is for example only, not as actual working instructions. Text on macnode.com should only be used as a guide, and only by advanced it professionals.