Last active
August 15, 2018 12:55
-
-
Save amoilanen/c4f81c58aee2a3b0058a52e21889616e to your computer and use it in GitHub Desktop.
Bash command that finds subdirectories of the current directory that are larger than 1Gb
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
du -h | grep '^[0-9]\.*[0-9]*G' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment