-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can we add a "coreutils listutils" entry to help with automated installations? #6466
Comments
It's already there: |
It's fairly new so you might not have a version with that feature yet. |
This is great! Does uutils/coreutils have a policy on tagging new versions? A new tagged release would help pull this into package managers. Either way, thanks for implementing this! |
when someone asks :) |
Thanks for tagging |
welcome :) |
I like to install uutils by hand from the binary. To do this I wget the latest binary and create symlinks for each util within coreutils
The output of
coreutils
at the moment is:Which is a little hard to parse. Could we add a
coreutils listutils
function that prints the utils with a newline separator?This would allow me to write a simplified script that automates the generation of symlinks from a bash/powershell script
The text was updated successfully, but these errors were encountered: