- 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.file: Represents a file or directory on the local host.
- 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.
- osh.trace
|