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.
./fixkeys: line 5:  : command not found
error: 70771FF3.asc: import read failed.
./fixkeys: line 5:  : command not found
error: D24E4AE5.asc: import read failed.
./fixkeys: line 5:  : command not found
error: D2A61D44.asc: import read failed.
./fixkeys: line 5:  : command not found
error: 14B06977.asc: import read failed.
./fixkeys: line 5:  : command not found
error: E90158E1.asc: import read failed.
./fixkeys: line 5:  : command not found
error: B67EADBD.asc: import read failed.
./fixkeys: line 5:  : command not found
error: A9B8151F.asc: import read failed.
./fixkeys: line 5:  : command not found
error: FE6F2AFD.asc: import read failed.
./fixkeys: line 5:  : command not found
error: 60D204A7.asc: import read failed.
./fixkeys: line 5:  : command not found
error: C67186FF.asc: import read failed.
./fixkeys: line 5:  : command not found
error: E89A8751.asc: import read failed.
./fixkeys: line 5:  : command not found
error: C543B550.asc: import read failed.
./fixkeys: line 5:  : command not found
error: E762AD4D.asc: import read failed.
-- 
Opportunity is missed by most people because it is dressed
in overalls and looks like work.
- Thomas Edison


Reply via email to