Re: Luca Capello 2011-04-13 <[email protected]> > $ grep -A 1 '\[x\].*\[x\]' $FILE | grep ^pub | cut -c 13-20 > > This generates a list of all keys to be signed, one per line, which > however caff does not accept, given that it expects keys as last > argument separated by spaces. However, the following does not work
/usr/share/doc/signing-party/caff/README.many-keys says that caff <options> "`cat ksp-fingerprints.txt`" works. > either: > > $ grep -A 1 '\[x\].*\[x\]' $FILE | grep ^pub | cut -c 13-20 | \ > tr '\n' ' ' | caff -u $KEY That looks like it should be "| xargs caff ...". I guess a generic --read-fingerprints-from-file option would be nice. Christoph -- [email protected] | http://www.df7cb.de/
signature.asc
Description: Digital signature

