Skip to content

Instantly share code, notes, and snippets.

@eriksimonic
Created June 7, 2017 10:50
Show Gist options
  • Save eriksimonic/54d53f24004b331c84265130878269ca to your computer and use it in GitHub Desktop.
Save eriksimonic/54d53f24004b331c84265130878269ca to your computer and use it in GitHub Desktop.
Find Modified Files on linex.
find . -type f -mtime -10 -ls | grep -v ".lock\|.jpg\|.cache\|report\|.pdf\|.png\|.txt\|.sql\|proc\|newrelic\|.map\|udev\|kernel\|sys/\|.log\|run/\|/apt"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment