Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created September 27, 2022 17:38
Show Gist options
  • Save rwp0/ab8c993dc1e789c8facfa89ac3d575a0 to your computer and use it in GitHub Desktop.
Save rwp0/ab8c993dc1e789c8facfa89ac3d575a0 to your computer and use it in GitHub Desktop.
FreeBSD Find Large Files
# find large files
find . -size +1GB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment