From: Mark Wooding Date: Wed, 28 Dec 2011 23:43:57 +0000 (+0000) Subject: cryptop.list: Search the requested user's keys only; sort the output. X-Git-Tag: 0.99.2~52 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/distorted-keys/commitdiff_plain/d8c2ee905e57705719d40cdf23e096119902e286 cryptop.list: Search the requested user's keys only; sort the output. --- diff --git a/cryptop.list b/cryptop.list index 54380cc..538b623 100755 --- a/cryptop.list +++ b/cryptop.list @@ -187,7 +187,7 @@ while :; do t) dir=store ;; nil) dir=store/$user ;; esac - metas=$(find store -type f -name meta) + metas=$(find $dir -type f -name meta | sort) ## Work through the keys we found. while :; do