We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Originally posted by sergeevabc May 9, 2025 Windows 7 x64, g 0.30.0
$ du -b * 889 gsr1.crt 525 r4.crt 657 we2.crt $ g -1 --size 889.0 B gsr1.crt 525.0 B r4.crt 657.0 B we2.crt
Why is 0 needed here? How can it be, say, 657.2 B? I guess not. And to get a more intelligible look, you need to spend effort lengthening the command.
0
657.2 B
$ g -1 --size --size-unit b 889 B gsr1.crt 525 B r4.crt 657 B we2.crt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Discussed in #234
Originally posted by sergeevabc May 9, 2025
Windows 7 x64, g 0.30.0
Why is
0
needed here? How can it be, say,657.2 B
? I guess not.And to get a more intelligible look, you need to spend effort lengthening the command.
The text was updated successfully, but these errors were encountered: