Disk Space Cleanup: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 October 2017

24 March 2017

  • curprev 04:3504:35, 24 March 2017Admin talk contribs 566 bytes +566 Created page with " Find files that are using more than 1GB of space:<br /> <code>du -h / | grep ^[0-9\.]*G > diskusage; cat diskusage</code> More options:<br /> <code>function disk-space { d..."