Skip to content

Instantly share code, notes, and snippets.

@grom358
Created February 24, 2017 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grom358/9cb9c004761dd7c868c6d9faa3aa8312 to your computer and use it in GitHub Desktop.
Save grom358/9cb9c004761dd7c868c6d9faa3aa8312 to your computer and use it in GitHub Desktop.
find -type f -iname '*-Data.db' -size -10M -mtime -2 | cut -c3- | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n/,/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment