-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
toybox: add page #19346
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
toybox: add page #19346
Conversation
|
The build for this PR failed with the following error(s) at commit Please fix the error(s) and push again. |
| > Commonly used in Android and embedded Linux systems. | ||
| > More information: <https://landley.net/toybox/>. | ||
| - List all available Toybox commands (applets): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - List all available Toybox commands (applets): | |
| - List all available Toybox commands: |
Is this necessary?
|
|
||
| - Show version information: | ||
|
|
||
| `toybox --version` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Put help and version as the last commands on the page.
|
|
||
| `toybox --version` | ||
|
|
||
| - Run a Toybox command explicitly (useful if another command with the same name exists in PATH): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Run a Toybox command explicitly (useful if another command with the same name exists in PATH): | |
| - Run a Toybox command explicitly (useful if another command with the same name exists in `$PATH`): |
|
|
||
| `toybox {{command}} {{arguments}}` | ||
|
|
||
| - Example: list files in the current directory using Toybox: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Example: list files in the current directory using Toybox: | |
| - List files in the current directory using Toybox: |
|
|
||
| `toybox ls` | ||
|
|
||
| - Example: remove a file: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Example: remove a file: | |
| - Remove a file: |
|
|
||
| - Example: remove a file: | ||
|
|
||
| `toybox rm {{file}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `toybox rm {{file}}` | |
| `toybox rm {{path/to/file}}` |
Checklist
common,linux,osx,windows,sunos,android, etc.Closes: #16942