Skip to content

Instantly share code, notes, and snippets.

@ntrogers
Created December 5, 2018 18:51
Show Gist options
  • Save ntrogers/8916d14e7e501e8e225e6fa8dcc4be9c to your computer and use it in GitHub Desktop.
Save ntrogers/8916d14e7e501e8e225e6fa8dcc4be9c to your computer and use it in GitHub Desktop.
[*nix - Find files that are growing]
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