Skip to main content Link Search Menu Expand Document (external link)

vacuum 0.2

Compacts a feature library by removing empty pages.

Usage:

gol vacuum <gol-file> [<ratio>] [<options>]

If <ratio> is specified, the library is only compacted if the amount of free space exceeds the given percentage of its total size.

Options

-q, --quiet

Displays only minimal output. Apart from error messages, only minimal progress updates are written to stderr.

-s, --silent

No output at all is written to stderr, not even error messages. (Whether a command succeeded or failed can only be ascertained via the status code returned by the process).

-v, --verbose

Writes extra information to stderr.