Skip to content
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

df: correctly scale bytes by block size #3182

Merged
merged 1 commit into from
Feb 23, 2022

Commits on Feb 23, 2022

  1. df: correctly scale bytes by block size

    Change `df` so that it correctly scales numbers of bytes by the
    default block size, 1024, when neither -h nor -H are specified on the
    command-line. Previously, it was not scaling the number of bytes in
    this case.
    
    Fixes uutils#3058.
    jfinkels committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    fc8e9f2 View commit details
    Browse the repository at this point in the history