Documentation
¶
Overview ¶
`shell` is the interactive AvyOS command shell.
Capabilities: - Runs built-in and external commands. - Supports aliases, history, and environment variables. - Supports pipes and basic redirection (`|`, `>`, `>>`, `<`).
Built-in examples: ```sh help cd /users/alice alias ll='list --long' export EDITOR=notepad history ```
Click to show internal directories.
Click to hide internal directories.