Skip to content

Instantly share code, notes, and snippets.

@shinshin86
Created August 30, 2020 22:12
Show Gist options
  • Save shinshin86/d14c7207dfc1257cda041ce98b70d385 to your computer and use it in GitHub Desktop.
Save shinshin86/d14c7207dfc1257cda041ce98b70d385 to your computer and use it in GitHub Desktop.
Check the file size in under HOME dir at macOS.
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