Created
December 5, 2018 18:51
-
-
Save ntrogers/8916d14e7e501e8e225e6fa8dcc4be9c to your computer and use it in GitHub Desktop.
[*nix - Find files that are growing]
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
touch /root/now-`date +%Y%m%d-%H%M%S` | |
find / -xdev -newer /root/now-20181205-094646 -size +1M -print | xargs /bin/ls -laSh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment