Index
All commands
Every registered command in alphabetical order.
Commands
| Name | Description |
|---|---|
| beep | Emit a short tone through the internal buzzer. |
| cat | Write file bytes to standard output. |
| cd | Change the shell’s current directory. |
| clear | Clear the text console and reset its cursor. |
| cp | Copy one regular file, including between volumes. |
| date | Read the RTC date as YY-MM-DD. |
| devices | List configured block-device slots and access flags. |
| echo | Write up to three argument tokens to standard output. |
| edit | Open the text editor, with BASIC macros for .bas files. |
| exec | Execute a compiled MBX1 BASIC program. |
| help | List command names or display the compact guide for one command. |
| kill | Mark background slot 1 or 2 as finished. |
| less | View text one eight-row page at a time. |
| ls | List a directory or describe one regular file. |
| mbc | Compile an MBC-16 BASIC source file on the MK90. |
| mem | Display the configured RAM, ROM and editor limits. |
| mkdir | Create one directory on a mounted writable MKS2 volume. |
| mkfs | Initialize one supported-size writable cartridge as MKS2. |
| mount | List mounted volumes or mount an MKS2 volume. |
| mv | Move or rename one regular file. |
| pipe | Display the compact pipeline usage guide. |
| ps | Display task slots, states, names and application counters. |
| pwd | Print the normalized absolute current directory. |
| rm | Delete one regular file. |
| rmdir | Remove an empty directory. |
| romtest | Check the full boot ROM and repeated cartridge switching. |
| run | Start one of the two built-in background worker types. |
| sleep | Suspend the foreground command while other tasks continue. |
| time | Read the RTC time as HH:MM:SS. |
| uart | Display the UART configuration placeholder. |
| umount | Clear a volume’s mounted state. |
| uname | Display the operating-system name and version. |
| wait | Wait for one allocated background slot to finish. |