|
yyref(1) -- generate cross-reference for yacc input
|
yyref generates cross-references for yacc input files. The output consists of a number listing of the header and rules part, followed by the cross-reference. The options are as follows: -o Set the out... |
zdiff(1) -- compare compressed files
|
Zcmp and zdiff are used to invoke the cmp or the diff program on compressed files. All options specified are passed directly to cmp or diff. If only 1 file is specified, then the files compared are fi... |
zdump(1) -- time zone dumper
|
Zdump prints the current time in each zonename named on the command line. These options are available: -v For each zonename on the command line, print the time at the lowest possible time value, the t... |
zforce(1) -- force a '.gz' extension on all gzip files
|
zforce forces a .gz extension on all gzip files so that gzip will not compress them twice. This can be useful for files with names truncated after a file transfer. On systems with a 14 char limitation... |
zgrep(1) -- search possibly compressed files for a regular expression
|
Zgrep is used to invoke the grep on compress'ed or gzip'ed files. All options specified are passed directly to grep. If no file is specified, then the standard input is decompressed if necessary and... |
zless(1) -- file perusal filter for crt viewing of compressed text
|
Zless is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. It is the equivalent of setting the environment variable PAGER to less, an... |
zmore(1) -- file perusal filter for crt viewing of compressed text
|
Zmore is a filter which allows examination of compressed or plain text files one screenful at a time on a soft-copy terminal. zmore works on files compressed with compress, pack or gzip, and also on u... |
znew(1) -- recompress .Z files to .gz files
|
Znew recompresses files from .Z (compress) format to .gz (gzip) format. If you want to recompress a file already in gzip format, rename the file to force a .Z extension then apply znew. |
zsoelim(1) -- satisfy .so requests in roff input
|
zsoelim parses file arguments, or if none are specified, its standard input for lines of the form: .so These requests are replaced by the contents of the filename specified. If the request ... |