-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
coreutils: add page #16170
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?
coreutils: add page #16170
Conversation
|
||
> Uutils coreutils is a cross-platform reimplementation of the GNU coreutils in Rust Language. | ||
> Uutils includes a multi-call binary from which the utils can be invoked. This reduces the binary size of the binary and can be useful for portability. | ||
> The first argument of the multi-call binary is the util to run, after which the regular arguments to the util can be passed. |
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.
> The first argument of the multi-call binary is the util to run, after which the regular arguments to the util can be passed. |
This feels unnecessarily.
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.
I agree
> The first argument of the multi-call binary is the util to run, after which the regular arguments to the util can be passed. | ||
> More information: <https://uutils.github.io/coreutils/docs/multicall.html>. | ||
- Example description: |
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.
Please add a description
- Example description: | ||
|
||
`coreutils [util] [util options]` |
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.
`coreutils [util] [util options]` | |
`coreutils {{util}} {{util_options}}` |
|
||
`coreutils [util] [util options]` | ||
|
||
- Example description: |
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.
Add a description
common
,linux
,osx
,windows
,sunos
,android
, etc.Closes #16067