Last active
February 21, 2018 16:30
-
-
Save sabahtalateh/9f4569d60f947ade694c4fa2fc181d3f to your computer and use it in GitHub Desktop.
find files gt 20M
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
sudo find / -size +20000k -exec ls -lh {} \; | |
find /boot -maxdepth 1 -size +10M -exec du -h {} \; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment