PLAKAR-CAT(1) General Commands Manual PLAKAR-CAT(1)

plakar-catDisplay file contents from a Plakar snapshot

plakar cat [-decompress] [-highlight] snapshotID:path ...

The plakar cat command outputs the contents of path within Plakar snapshots to the standard output. It can decompress compressed files and optionally apply syntax highlighting based on the file type.

The options are as follows:

If set, Plakar attempts to decompress application/gzip files.
Apply syntax highlighting to the output based on the file type.

The plakar-cat utility exits 0 on success, and >0 if an error occurs.

Display a file's contents from a snapshot:

$ plakar cat abc123:/etc/passwd

Display a file with syntax highlighting:

$ plakar cat -highlight abc123:/home/op/korpus/driver.sh

plakar(1), plakar-backup(1)

Plakar May 5, 2026 PLAKAR-CAT(1)