Skip to content

Instantly share code, notes, and snippets.

@komura-c
Created November 29, 2021 06:02
Show Gist options
  • Save komura-c/1f8d904e7951ef03a83cd157451d57da to your computer and use it in GitHub Desktop.
Save komura-c/1f8d904e7951ef03a83cd157451d57da to your computer and use it in GitHub Desktop.
Mac、5GB以上のフォルダをリストアップ
sudo du -g -x -d 5 / | awk '$1 >= 5{print}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment