-
Notifications
You must be signed in to change notification settings - Fork 79
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
File sizes with -b option difficult to read without thousands delimiter (comma, period) #307
Comments
I like the readability of thousands separators, but I'm not too fond of them because it makes parsing ducs output much harder from scripts or other tools. @l8gravely Opinions on this? |
>>>> "Ico" == Ico Doornekamp ***@***.***> writes:
I like the readability of thousands separators, but I'm not too fond
of them because it makes parsing ducs output much harder from
scripts or other tools.
@l8gravely Opinions on this?
I think we could add a -H (human) or -c (commified) flag to 'duc info
-b -H ...' to show the data in a human readable format. Hmm... maybe
-B is the better option, where -b is bytes, but -B is bytes in human
readable format?
Shouldn't be too hard to add into the code.
Haven't looked though.
|
Ah, |
cool, thanks guys... would this only be for |
Bah, I hate naming. How should we call the longopt, |
It would help to add the thousands delimiter when using
-b
option. I think the code could even automatically use a comma or period based on the system's locale settings...Thanks
The text was updated successfully, but these errors were encountered: