Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List directories from largest to smallest at the top level only. On older system h will not work and you must use k.

Code Block
languagebash
du -sksh * | sort

Long Running Processes

...