HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mandb — Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandclimanagemanualformattedpremandb
linux

Problem

How to use the mandb command: Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.

Solution

mandb — Manage the pre-formatted manual page database. More information: <https://manned.org/mandb>.

Purge and process manual pages:
mandb


Update a single entry:
mandb --filename {{path/to/file}}


Create entries from scratch instead of updating:
mandb --create


Only process user databases:
mandb --user-db


Do not purge obsolete entries:
mandb --no-purge


Check the validity of manual pages:
mandb --test

Code Snippets

Purge and process manual pages

mandb

Update a single entry

mandb --filename {{path/to/file}}

Create entries from scratch instead of updating

mandb --create

Only process user databases

mandb --user-db

Do not purge obsolete entries

mandb --no-purge

Context

tldr-pages: linux/mandb

Revisions (0)

No revisions yet.