Created
February 24, 2017 05:38
-
-
Save grom358/9cb9c004761dd7c868c6d9faa3aa8312 to your computer and use it in GitHub Desktop.
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
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