回答:
サイトのインターネットパスワードについて話しているとしましょう。次に、次のように入力します。
security find-internet-password -gs www.paypal.com
一方、一般的なパスワードについて話している場合は、次のコマンドを使用します。
security find-generic-password -gs www.test_site.com
どこ、
-g:見つかったアイテムのパスワードを表示するために使用されます
-a account_name:指定されたアカウント名と一致します
-s server:サーバー文字列に一致します
ソース:
http://blog.macromates.com/2006/keychain-access-from-shell/ https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/security.1.html