|
grog(1) -- guess options for groff command
|
grog reads files and guesses which of the groff(1) options -e, -man, -me, -mm, -ms, -mdoc, -mdoc-old, -p, -R, -g, -G, -s, and -t are required for printing files, and prints the groff command including... |
grotty(1) -- groff driver for typewriter-like devices
|
grotty translates the output of GNU troff into a form suitable for typewriter-like devices. Normally grotty should be invoked by using the groff command with a -Tascii, -Tascii8, -Tlatin1, -Tnippon or... |
|
groups(1) -- print the groups a user is in
|
--help display this help and exit --version output version information and exit Same as id -Gn. If no USERNAME, use current process. |
gs-gnu(1) -- Ghostscript (PostScript and PDF language interpreter and previewer)
|
The gs (gswin32, gswin32c, gs386, gsos2) command invokes Ghostscript, an interpreter of Adobe Systems' PostScript(tm) and Portable Document Format (PDF) languages. gs reads "files" in sequence and ... |
gzexe(1) -- compress executable files in place
|
The gzexe utility allows you to compress executables in place and have them automatically uncompress and execute when you run them (at a penalty in performance). For example if you execute ``gzexe /bi... |
gzip(1) -- compress or expand files
|
Gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). Whenever possible, each file is replaced by one with the extension .gz, while keeping the same ownership modes, access and modi... |
h2ph(1) -- convert .h C header files to .ph Perl header files
|
h2ph converts any C header files specified to the corresponding Perl header file format. It is most easily run while in /usr/include: cd /usr/include; h2ph * sys/* or cd /usr/include; h2ph -r -l . The... |
h2xs(1) -- convert .h C header files to Perl extensions
|
h2xs builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The module_name... |
head(1) -- output the first part of files
|
Print first 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. -c, --bytes=SIZE p... |
hexdump(1) -- ASCII, decimal, hexadecimal, octal dump
|
The hexdump utility is a filter which displays the specified files, or the standard input, if no files are specified, in a user specified format. The options are as follows: -b One-byte octal display.... |
host(1) -- DNS lookup utility
|
host is a simple utility for performing DNS lookups. It is normally used to convert names to IP addresses and vice versa. When no arguments or options are given, host prints a short summary of its com... |
hostid(1) -- print the numeric identifier for the current host
|
Print the numeric identifier (in hexadecimal) for the current host. --help display this help and exit --version output version information and exit |
hostname(1) -- show or set the system's host name
|
Hostname is used to either set or display the current host or domain name of the system. This name is used by many of the networking programs to identify the machine. The domain name is also used by N... |
html2text(1) -- an advanced HTML-to-text converter
|
html2text reads HTML 3.2 documents from the input-uris, formats each into a stream of plain text characters (ISO 8859-1) and writes the result to standard output (or into output-file, if the -o comman... |
iconv(1) -- Convert encoding of given files from one encoding to another
|
The iconv program converts the encoding of characters in inputfile from one coded character set to another. The result is written to standard output unless otherwise specified by the --output option. ... |