Ex

ENVIRON(7) - Miscellaneous Information Manual

Printenv, Env, Execle, Sh, Login, System, Getenv, Termcap, Ex, Tzset, Execve, Csh, Environ

ENVIRON(7) - Miscellaneous Information Manual # ENVIRON(7) - Miscellaneous Information Manual NAME # environ - user environment SYNOPSIS # extern char **environ; DESCRIPTION # An array of strings called the “environment” is made available by execve(2) when a process begins. By convention these strings have the form name=value. The following variables are recognized by various commands: BLOCKSIZE The size of the block units used by several commands, most notably df(1), du(1), and ls(1). ...

EX(4) - Device Drivers Manual

Intro, Ifmedia, Arp, Netintro, Ifconfig, Isa, Hostname.if, Ex

EX(4) - Device Drivers Manual # EX(4) - Device Drivers Manual NAME # ex - Intel EtherExpress Pro/10 and Pro/10+ Ethernet device SYNOPSIS # ex0 at isa? port 0x320 irq 5 DESCRIPTION # The ex interface provides access to a 10 Mb/s Ethernet network via the Intel i82595 Ethernet chips. This includes the following models: Intel EtherExpress Pro/10 ISA Intel EtherExpress Pro/10+ ISA SEE ALSO # arp(4), ifmedia(4), intro(4), isa(4), netintro(4), hostname. ...

GREP(1) - General Commands Manual

Gzip, Sed, Re_format, Ex, Ed, Grep

GREP(1) - General Commands Manual # GREP(1) - General Commands Manual NAME # grep, egrep, fgrep, zgrep, zegrep, zfgrep - file pattern searcher SYNOPSIS # grep [-abcEFGHhIiLlnoqRsUVvwxZ] [-A num] [-B num] [-C[num]] [-e pattern] [-f file] [-m num] [–binary-files=value] [–context[=num]] [–label=name] [–line-buffered] [–null] [pattern] [file …] DESCRIPTION # The grep utility searches any given input files, selecting lines that match one or more patterns. By default, a pattern matches an input line if the regular expression (RE) in the pattern matches the input line without its trailing newline. ...

TERMCAP(5) - File Formats Manual

Curses, Term, Vi, Terminfo, Ul, Printf, Tset, Ex, Cap_mkdb, More, Termcap

TERMCAP(5) - File Formats Manual # TERMCAP(5) - File Formats Manual NAME # termcap - terminal capability database DESCRIPTION # The termcap file is a database describing terminals, used, for example, by vi(1) and curses(3). Terminals are described in termcap by giving a set of capabilities that they have and by describing how operations are performed. Padding requirements and initialization sequences are included in termcap. Entries in termcap consist of a number of `:’-separated fields. ...