$ mdfind 'kMDItemFSSize > 200000000' | sed 's| |\\ |g' | xargs du -sch
# ^
# ~ 200MiB
Last active
February 22, 2022 00:55
-
-
Save vishaltelangre/6226f450ddaab6c9ef871d61d4668aae to your computer and use it in GitHub Desktop.
Locate big files on macOS #mdfind #find #bigfiles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This helps you locate the folders with big size.
You can start from root i.e
/, justcd /and run above command.