|
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 ... |
accept(2) -- accept a connection on a socket
|
The accept function is used with connection-based socket types (SOCK_STREAM, SOCK_SEQPACKET and SOCK_RDM). It extracts the first connection request on the queue of pending connections, creates a new c... |
access(2) -- check user's permissions for a file
|
access checks whether the process would be allowed to read, write or test for existence of the file (or other file system object) whose name is pathname. If pathname is a symbolic link permissions of ... |
acct(2) -- switch process accounting on or off
|
When called with the name of an existing file as argument, accounting is turned on, records for each terminating process are appended to filename as it terminates. An argument of NULL causes accountin... |
adjtimex(2) -- tune kernel clock
|
Linux uses David L. Mills' clock adjustment algorithm (see RFC 1305). The system call adjtimex reads and optionally sets adjustment parameters for this algorithm. It takes a pointer to a timex struct... |