Skip to content

Conversation

@MohammedTharikS
Copy link

@MohammedTharikS MohammedTharikS commented Nov 13, 2025

Checklist

  • The page(s) are in the correct platform directories: common, linux, osx, windows, sunos, android, etc.
  • The page description(s) have links to documentation or a homepage.
  • The page(s) follow the content guidelines.
  • The page(s) follow the style guide.
  • The PR contains at most 5 new pages.
  • The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
  • The PR title conforms to the recommended templates.
  • Version of the command being documented (if known):

Closes: #16942

@CLAassistant
Copy link

CLAassistant commented Nov 13, 2025

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers. labels Nov 13, 2025
@tldr-bot
Copy link

The build for this PR failed with the following error(s) at commit
fe7666860c08a1c106daa827522f8c6c224e6282:

pages/linux/toybox.md:29:20 MD047/single-trailing-newline Files should end with a single newline character
pages/linux/toybox.md:1: TLDR009 Page should contain a newline at end of file

Please fix the error(s) and push again.

@MohammedTharikS MohammedTharikS changed the title added toybox command page toybox: add page Nov 13, 2025
> Commonly used in Android and embedded Linux systems.
> More information: <https://landley.net/toybox/>.
- List all available Toybox commands (applets):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- List all available Toybox commands (applets):
- List all available Toybox commands:

Is this necessary?


- Show version information:

`toybox --version`
Copy link
Member

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):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Example: list files in the current directory using Toybox:
- List files in the current directory using Toybox:


`toybox ls`

- Example: remove a file:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Example: remove a file:
- Remove a file:


- Example: remove a file:

`toybox rm {{file}}`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`toybox rm {{file}}`
`toybox rm {{path/to/file}}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command. review needed Prioritized PRs marked for reviews from maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Page request: toybox

4 participants