snippetbashTip
toybox — Multipurpose tool that provides many standard Unix utilities. Commonly used in Android and embedded
Viewed 0 times
multipurposeprovidescommandmanytoyboxclitoolthat
linux
Problem
How to use the
toybox command: Multipurpose tool that provides many standard Unix utilities. Commonly used in Android and embedded Linux systems. More information: <https://landley.net/toybox/>.Solution
toybox — Multipurpose tool that provides many standard Unix utilities. Commonly used in Android and embedded Linux systems. More information: <https://landley.net/toybox/>.List all available Toybox commands:
toyboxRun a Toybox command explicitly (useful if another command with the same name exists in
$PATH):toybox {{command}} {{arguments}}List files in the current directory:
toybox lsRemove a file:
toybox rm {{path/to/file}}Display help information for a specific command:
toybox {{command}} --helpDisplay version:
toybox --versionCode Snippets
List all available Toybox commands
toyboxRun a Toybox command explicitly (useful if another command with the same name exists in `$PATH`)
toybox {{command}} {{arguments}}List files in the current directory
toybox lsRemove a file
toybox rm {{path/to/file}}Display help information for a specific command
toybox {{command}} --helpContext
tldr-pages: linux/toybox
Revisions (0)
No revisions yet.