shell
cmd/shell
Command reference
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:
help
cd /users/alice
alias ll='list --long'
export EDITOR=notepad
history
Usage
Usage information is not available.
Exit Codes
No exit code table provided.