The ULOS 2 Reference Manual
This website contains documentation for all the libraries ULOS 2 provides. Program documentation is contained within ULOS 2 and can be viewed by passing --help to any command.
Libraries
| syscalls |
This page contains all the system calls available under Cynosure 2. |
| argcompat |
Hides argument passing differences. |
| copier |
A table copier. |
| getopt |
Argument parsing. |
| i18n |
Manages system localization. |
| permissions |
Provides utilities for working with file permissions. |
| readline |
A Readline implementation. |
| serialization |
Barebones table serialization and deserialization. |
| sizes |
Some utility functions for formatting of data sizes i.e. |
| termio |
Provides convenience wrappers over VT100 functionality. |
| treeutil |
File tree related utilities. |
Examples