- osh.api: The osh API (Application Programming Interface) supports the use
of osh from Python code.
- osh.builtins: This module contains miscellaneous functions builtin to osh.
- osh.command: These pages document osh commands for both the command-line and
application programming interfaces.
- osh.error: Controls handling of exceptions and stderr through the setting
of handlers.
- osh.function: Encapsulates functions used in osh commands such as
f and select .
- osh.process: Provides information on currently running processes, by
examining files in the
/proc filesystem.
|