Just like we measure day-to-day things like time in seconds, mass in kilograms, and height in meters; computer memory and disc space are measured based on bytes. You would have probably come across ...
I know it's a simple question but I can't figure it out!! When I run du -sh /directory/ it spits out all the respective directories sizes but how do I sort by KB, MB, and GB? When I pipe to a sort -rn ...