02-17-2024, 01:33 AM
hmm, interesting. I've been using a du command to calculate the space usage (without knowing anything beyond that). Is this not the same tool?
du -s directory_name gives you the size of the directory.
du -sh directory_name would give it in human-readable units.
du -s directory_name gives you the size of the directory.
du -sh directory_name would give it in human-readable units.