Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dimonchoo/3a2d2cb0fc99f3bf79f09ac7708b65d3 to your computer and use it in GitHub Desktop.
Save dimonchoo/3a2d2cb0fc99f3bf79f09ac7708b65d3 to your computer and use it in GitHub Desktop.
find files more 1gb
find / -mount -type f -size +1G 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment