Created
September 28, 2016 15:32
-
-
Save raulanatol/933cd94d7bfc719c66ec2221a44337d5 to your computer and use it in GitHub Desktop.
Raw Query to show old download files (<4 weeks)
This file contains 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
# OLD = Before 4 weeks | |
kMDItemLastUsedDate < $time.this_week(-4) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment