Find large files: Revision history

From James's Wiki

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.

15 July 2018

  • curprev 09:5309:53, 15 July 2018Ractive talk contribs 273 bytes +273 Created page with "This is useful if your drive is filling up with large log files run in bash: find {/path/to/directory} -type f -size +{file-size-in-kb}k -exec ls -lh {} \; | awk '{ print $8..."