Linux/Find Large Files: 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.

20 September 2022

  • curprev 03:4303:43, 20 September 2022Kenneth talk contribs 426 bytes +426 Created page with " find /home -xdev -size +500k -ls > piggies -- <pre> find /path/to/directory -type f -exec du -hs {} \;| sort -rh | head -n 1 du -sh * | sort -rh | head -5 ls -lSh /bin | he..."