File: lzd.1

package info (click to toggle)
lzd 1.5-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 232 kB
  • sloc: cpp: 410; sh: 240; makefile: 99
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH LZD "1" "2022-06-21" "lzd" "User Commands"
.SH NAME
lzd \- simplified lzip format decompressor
.SH SYNOPSIS
.B lzd
[ -d ] < file.lz > file
.SH DESCRIPTION
This manual describes the usage of lzd. It is a simplified lzip decompressor for educational purpose. lzd is compliant with the lzip specification. Therefore it can verify the 3 integrity factors.
.PP
The command can take a lzip compressed file in stdin and it will decompress it to stdout.
.SH OPTIONS
.TP
\fB\-d\fR
Only for compatibility for other lzip tools.
.PP
.SH SEE ALSO
lzip(1)