Ainsi parlait Adam Williamson :
> On Wed, 2003-06-25 at 03:22, Jay DeKing wrote:
> > On Monday 23 June 2003 5:36 pm, zapoyok honored me with this communique:
> > > Le Lundi 23 Juin 2003 20:22, Guillaume Rousse a �crit :
> > > > for keys in `gpg --list-keys | grep pub | cut -d " " -f 3 | cut -d
> > > > "/" -f 2`; do
> > > > gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f
> > > > $key.asc; done
> > >
> > > for key in `gpg --list-keys | grep 'pub '| cut -d " " -f 3 | cut -d "/"
> > > -f 2`; do
> > > gpg --export -a $key > $key.asc; rpm --import $key.asc; rm -f
> > > $key.asc; done
> > >
> > > is better no ??
> >
> > No.
> >
> > ./fixkeys: line 5: : command not found
> > error: 604AA4E4.asc: import read failed.
>
> <snip>
>
> Are you sure you copy / pasted correctly? As I read it, there *aren't*
> five lines in that scriptlet.
Here it is again, with 5 lines denoted by indentation:
for key in `gpg --list-keys | grep pub | tail +2 | cut -d " " -f 3 | cut -d
"/" -f 2`; do
gpg --export --armor $key;
rpm --import $key.asc;
rm -f $key.asc;
done
--
A dropped part will always roll to the exact geographic center of the largest
available object for it to roll under
-- Murphy's Laws of Locksmithing n�5