Created
May 31, 2020 11:20
-
-
Save dimonchoo/3a2d2cb0fc99f3bf79f09ac7708b65d3 to your computer and use it in GitHub Desktop.
find files more 1gb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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