|
ypwhich(1) -- return hostname of YP server or map master
|
ypwhich tells which YP server supplies YP services to a client, or which is the master for a map. If invoked without arguments, it gives the YP server for the local machine. If host is specified, that... |
yyfix(1) -- extract tables from y.tab.c
|
Programs have historically used a script (often named ``:yyfix'') to extract tables from the yacc(1) generated file y.tab.c. As the names of the tables generated by the current version of yacc are d... |
|
zcat(1) -- compress and expand data
|
The compress and gzip utilities reduce the size of the named files using adaptive Lempel-Ziv coding. They are functionally identical, but use different algorithms for compression. If invoked as gzip o... |
zcmp(1) -- compare compressed files
|
zcmp and zdiff are filters that invoke cmp(1) or diff(1) respectively to compare compressed files. Such files generally have a ``Z'' or ``gz'' extension (both the compress(1) and gzip(1) formats a... |
zdiff(1) -- compare compressed files
|
zcmp and zdiff are filters that invoke cmp(1) or diff(1) respectively to compare compressed files. Such files generally have a ``Z'' or ``gz'' extension (both the compress(1) and gzip(1) formats a... |
zegrep(1) -- file pattern searcher
|
The grep utilities search the given input files selecting lines that match one or more patterns. By default, a pattern matches an input line if any regular expression (RE) in the pattern matches the i... |
zfgrep(1) -- file pattern searcher
|
The grep utilities search the given input files selecting lines that match one or more patterns. By default, a pattern matches an input line if any regular expression (RE) in the pattern matches the i... |
zforce(1) -- force gzip files to have a .gz suffix
|
The zforce utility renames gzip(1) files to have a `.gz' suffix, so that gzip(1) will not compress them twice. This can be useful if file names were truncated during a file transfer. Files that have ... |
zgrep(1) -- file pattern searcher
|
The grep utilities search the given input files selecting lines that match one or more patterns. By default, a pattern matches an input line if any regular expression (RE) in the pattern matches the i... |
zmore(1) -- view compressed files on a CRT
|
zmore is a filter that allows the viewing of files compressed with Lempel-Ziv encoding. Such files generally have a ``Z'' or ``gz'' extension (both the compress(1) and gzip(1) formats are supporte... |
znew(1) -- convert compressed files to gzipped files
|
The znew utility uncompresses files compressed by compress(1) and recompresses them with gzip(1). The options are as follows: -f Overwrite existing `.gz' files. Unless this option is specified, znew ... |
[(1) -- condition evaluation utility
|
The test utility evaluates the expression and, if it evaluates to true, returns a zero (true) exit status; otherwise it returns 1 (false). If no expression is given, test also returns 1 (false). All o... |