Linux Commands Examples

A great documentation place for Linux commands

zsoelim

satisfy .so requests in roff input


see also : groff - man - nroff - troff

Synopsis

zsoelim [-CVh] [file ...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
{ zsoelim "${MC_EXT_FILENAME}" 2>/dev/null || cat "${MC_EXT_FILENAME}"; } | nroff -c -Tlatin1 -mandoc
{ zsoelim "${MC_EXT_FILENAME}" 2>/dev/null || cat "${MC_EXT_FILENAME}"; } | \
nroff -c -Tlatin1 -mandoc
0
source
            
{ zsoelim "${MC_EXT_FILENAME}" 2>/dev/null || cat "${MC_EXT_FILENAME}"; } | nroff -c -Tlatin1 -mandoc
{ zsoelim "${MC_EXT_FILENAME}" 2>/dev/null || cat "${MC_EXT_FILENAME}"; } | \
nroff -c -Tlatin1 -mandoc

description

zsoelim parses file arguments, or if none are specified, its standard input for lines of the form:

.so <filename>

These requests are replaced by the contents of the filename specified. If the request cannot be met, zsoelim looks for filename.ext where .ext can be one of .gz, .Z or .z. Other extension types may be supported depending upon compile time options. If the request can be met by a compressed file, this file is decompressed using an appropriate decompressor and its output is used to satisfy the request.

Traditionally, soelim programs were used to allow roff preprocessors to be able to preprocess the files referred to by the requests. This particular version was written to circumvent problems created by support for compressed manual pages.

options

-C, --compatible

This flag is available for compatibility with other soelim programs. Its use is to enable .so requests followed by something other than whitespace. As this is already the default behaviour, it is ignored.

-h, --help

Print a help message and exit.

-V, --version

Display version information.


see also

groff , man , nroff , troff


author

Wilf. (G.Wilford[:at:]ee.surrey.ac[:dot:]uk).
Fabrizio Polacco (fpolacco[:at:]debian[:dot:]org).
Colin Watson (cjwatson[:at:]debian[:dot:]org).

How can this site be more helpful to YOU ?


give  feedback