-
-
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
coreutils: add page #16170
Conversation
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 address @Managor's suggestions
Added requested changes for description, |
I feel like it's a file rename added by fedora so that installing the package doesn't break the system. See the package contents on Arch for example https://archlinux.org/packages/extra/x86_64/uutils-coreutils/. They do something similar |
There's still one open conversation. |
Here's a link to the style guide if you want to read about imperative mood https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md#imperative-mood |
The build for this PR failed with the following error(s):
Please fix the error(s) and push again. |
pages/common/coreutils.md
Outdated
@@ -4,7 +4,7 @@ | |||
> 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. | |||
> More information: <https://uutils.github.io/coreutils/docs/multicall.html>. | |||
|
|||
- The first argument of the multi-call binary is the util to run, after which the regular arguments to the util can be passed: | |||
- Pass the util to run as the first argument to the multi-call binary, then pass the regular arguments to the util. |
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.
Still too verbose.
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.
will this work - Pass the util as the first argument, then its regular arguments.
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 would word it as - Run an utility with arguments:
common
,linux
,osx
,windows
,sunos
,android
, etc.Closes #16067