-
-
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
Merged
Merged
toybox: add page #19346
Changes from 4 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
164b74b
added toybox command page
MohammedTharikS 2d5c993
toybox: add page
MohammedTharikS fe76668
fixed remove a file command incomplete
MohammedTharikS e3a98d6
added newline
MohammedTharikS 27351de
Update pages/linux/toybox.md
MohammedTharikS 9d8b554
Update pages/linux/toybox.md
MohammedTharikS 6758b6e
Update pages/linux/toybox.md
MohammedTharikS 53c3711
Update pages/linux/toybox.md
MohammedTharikS 8ea4039
Update pages/linux/toybox.md
MohammedTharikS 0f41fd1
Merge branch 'main' into add-page-toybox
MohammedTharikS 2fb7b5e
added version command at last
MohammedTharikS e4d3eb4
Reorganize Toybox command help information
MohammedTharikS 0d88003
Update pages/linux/toybox.md
MohammedTharikS 0355029
Update pages/linux/toybox.md
MohammedTharikS ab03473
Update pages/linux/toybox.md
MohammedTharikS 34517d0
Merge branch 'main' into add-page-toybox
MohammedTharikS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # toybox | ||
|
|
||
| > Multipurpose command-line 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 (applets): | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| `toybox` | ||
|
|
||
| - Display help information for a specific command: | ||
|
|
||
| `toybox {{command}} --help` | ||
|
|
||
| - Show version information: | ||
|
|
||
| `toybox --version` | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| - Run a Toybox command explicitly (useful if another command with the same name exists in PATH): | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| `toybox {{command}} {{arguments}}` | ||
|
|
||
| - Example: list files in the current directory using Toybox: | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| `toybox ls` | ||
|
|
||
| - Example: remove a file: | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| `toybox rm {{file}}` | ||
MohammedTharikS marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.