Created
September 27, 2022 17:38
-
-
Save rwp0/ab8c993dc1e789c8facfa89ac3d575a0 to your computer and use it in GitHub Desktop.
FreeBSD Find Large Files
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 large files | |
find . -size +1GB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment