Instantly share code, notes, and snippets.
To delete files older than X days, use this:
find ~/ -maxdepth 1 -type f -mtime +7 -delete