Skip to content

Instantly share code, notes, and snippets.

@notionquest
Created October 20, 2017 09:14
Show Gist options
  • Save notionquest/d9c8eb461c5ed1a6a2a35c6c705bad2d to your computer and use it in GitHub Desktop.
Save notionquest/d9c8eb461c5ed1a6a2a35c6c705bad2d to your computer and use it in GitHub Desktop.
Unix command to find the largest file in directory
du -hsx ridf* | sort -rh | head -10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment