splitkeys(1) split an OpenPGP keyring

SYNOPSIS

splitkeys [ maxkeys ]

DESCRIPTION

Splits an OpenPGP keyring into a bunch of keyrings of the format splitfile-%d.pgp, all of which contain no more than maxkeys keys (or 10000 if not specified).

EXAMPLES

splitkeys 1000 < keyring.gpg
Split keyring.gpg into a collection of keyrings all containing 1000 keys at most.