sh-mload man page on Inferno

Man page or keyword search:  
man Server   579 pages
apropos Keyword Search (all sections)
Output format
Inferno logo
[printable version]

SH-MLOAD(1)							   SH-MLOAD(1)

NAME
       mload, munload - namespace separation for shell modules

SYNOPSIS
       load mload

       mload name [ path...  ]
       munload name [ path...  ]

DESCRIPTION
       Mload  is  a loadable module for sh(1) that allows the simultaneous use
       of shell modules with potentially clashing command name spaces.	 Mload
       creates a new namespace name and loads each path as a builtin module in
       the same way  as	 load  (see  sh(1)).   Any  commands  or  substitution
       builtins	 defined  by  the modules are accessible by giving the command
       and its arguments as arguments to the name command.

       Munload unloads a module from the namespace name.  If no modules remain
       in the namespace, name is undefined as a command.

EXAMPLE
       Load mpexpr in a different namespace from expr (see sh-expr(1)):
       load expr
       mload mp mpexpr
       echo ${expr 1 2 +}
       echo ${mp expr 2 300 xx}

SOURCE
       /appl/cmd/sh/mload.b

SEE ALSO
       sh(1),

BUGS
       Because	of  the	 way shell modules are implemented, the namespaces are
       global across all processes that share an instance of mload.

								   SH-MLOAD(1)
[top]

List of man pages available for Inferno

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net