commands.sh

toybox

linux

Multipurpose tool that provides many standard Unix utilities. Commonly used in Android and embedded Linux systems.

More info →

Examples (6)

List all available Toybox commands

Run a Toybox command explicitly (useful if another command with the same name exists in `$PATH`)

toybox command arguments

List files in the current directory

Remove a file

toybox rm path/to/file

Display help information for a specific command

Display version

toybox --version
made by @shridhargupta | data from tldr-pages