mtimeout.1: Use correct dash for number ranges.
[misc] / z.1
CommitLineData
e9d283da 1.TH z 1 "18 February 1999" "Edgeware tools"
2.SH NAME
3z \- run shell commands on compressed files
4.SH SYNOPSIS
5.B z
6.I command
7.RI [ arguments ...]
8.SH DESCRIPTION
9The
10.B z
11script examines the shell command passed to it for filenames which look
12as if they're compressed files. For each one that it finds, it
13decompresses the file into a temporary place, and replaces the
14compressed file's name in the command line with the name of the
15decompressed version. When the command terminates,
16.B z
17deletes the decompressed files and exits.
18.SH BUGS
19The
20.B z
21program is a very simple
22.B bash
23shell script. As a result there are a number of limitations:
24.PP
25Changes made to the temporary decompressed files are ignored: the
26original is left unchanged.
27.PP
28Nonexistent files cause errors to be reported.
29.PP
30The decompressed versions of files are always created with default
31owner, group and permissions (as set by the current euid, egid and umask
32settings).
3770fe80 33.PP
841e5aca 34It doesn't leave file extensions on the decompressed files.
e9d283da 35.SH AUTHOR
71d8432e 36Mark Wooding <mdw@distorted.org.uk>