Skip to content

Instantly share code, notes, and snippets.

@YakDriver
Created May 9, 2018 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save YakDriver/bcbef292588b877391365f782ade9080 to your computer and use it in GitHub Desktop.
Save YakDriver/bcbef292588b877391365f782ade9080 to your computer and use it in GitHub Desktop.
Possible differences in file sizes

$ du -h filename # shows the size in kiB/MiB/GiB (1024 increments) $ du -h --si filename # shows the size in kB/MB/GB (1000 increments)

@YakDriver
Copy link
Author

Mac, Ubuntu = 1000
Windows = 1024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment