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

free: implement the different size display #18

Closed
Tracked by #35
sylvestre opened this issue Mar 2, 2024 · 2 comments
Closed
Tracked by #35

free: implement the different size display #18

sylvestre opened this issue Mar 2, 2024 · 2 comments
Labels
free good first issue Good for newcomers

Comments

@sylvestre
Copy link
Contributor

sylvestre commented Mar 2, 2024

      -b, --bytes
              Display the amount of memory in bytes.

       -k, --kibi
              Display the amount of memory in kibibytes.  This is the default.

       -m, --mebi
              Display the amount of memory in mebibytes.

       -g, --gibi
              Display the amount of memory in gibibytes.

       --tebi Display the amount of memory in tebibytes.

       --pebi Display the amount of memory in pebibytes.

       --kilo Display the amount of memory in kilobytes. Implies --si.

       --mega Display the amount of memory in megabytes. Implies --si.

       --giga Display the amount of memory in gigabytes. Implies --si.

       --tera Display the amount of memory in terabytes. Implies --si.

       --peta Display the amount of memory in petabytes. Implies --si.

      -h, --human
              Show all output fields automatically scaled to shortest three digit unit  and  dis-
              play the units of print out.  Following units are used.

                B = bytes
                Ki = kibibyte
                Mi = mebibyte
                Gi = gibibyte
                Ti = tebibyte
                Pi = pebibyte

              If  unit  is  missing,  and  you  have  exbibyte  of  RAM or swap, the number is in
              tebibytes and columns might not be aligned with header.
@Krysztal112233
Copy link
Collaborator

finished at #35

@cakebaker
Copy link
Contributor

Closing this ticket as everything seems to be implemented, with the exception of --human. I opened a separate ticket for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
free good first issue Good for newcomers
Projects
Status: Done
Development

No branches or pull requests

3 participants