We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment: Ubuntu 24.04, uutils main branch (git commit 3971bb3), GNU coreutils v9.6.38-2b088-modified
main
Steps to reproduce:
touch f du --time --time-style='+%Y-%m-%d' f
What happens now: uutils du errors with usage information:
du
./target/debug/du: invalid argument '+%Y-%m-%d' for 'time style' Valid arguments are: - 'full-iso' - 'long-iso' - 'iso' Try './target/debug/du' for more information.
What I expected to happen: uutils du prints the file size, formatted modification time, and filename:
0 2025-04-05 f
Notes: this is causing a failure in GNU test file tests/misc/time-style.sh.
tests/misc/time-style.sh
The text was updated successfully, but these errors were encountered:
For reference, ls supports such time styles, so we should find a way to reuse the code.
ls
Sorry, something went wrong.
And apparently pr also has a similar -D FORMAT option.
pr
-D FORMAT
Successfully merging a pull request may close this issue.
Environment: Ubuntu 24.04, uutils
main
branch (git commit 3971bb3), GNU coreutils v9.6.38-2b088-modifiedSteps to reproduce:
What happens now: uutils
du
errors with usage information:What I expected to happen: uutils
du
prints the file size, formatted modification time, and filename:Notes: this is causing a failure in GNU test file
tests/misc/time-style.sh
.The text was updated successfully, but these errors were encountered: