Search

2.3. Paging pki Commands Output

download PDF
The pki utility supports pagination: you can divide command outputs into several pages and then display only one specified page. Pagination is especially useful for commands that might display many results, such as the cert-find command.
To divide a pki command output into pages, use the following options when entering the command:
  • --start defines the index of the first entry on the page to be displayed; if you want to start with the first entry of the command output, set this option to 0
  • --size defines the number of entries in a page
For example, to request the first page of the pki user-find command with 10 entries:
$ pki user-find --start 0 --size 10
To request the second page of the output:
$ pki user-find --start 10 -- size 10
Red Hat logoGithubRedditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

© 2024 Red Hat, Inc.