Skip to content

Instantly share code, notes, and snippets.

@technoplato
Last active October 8, 2019 10:18
Show Gist options
  • Save technoplato/bff057748ab6499ed30b10126cc96d57 to your computer and use it in GitHub Desktop.
Save technoplato/bff057748ab6499ed30b10126cc96d57 to your computer and use it in GitHub Desktop.
__TEMPLATE.md__

TITLE

Find files created within time period (MacOS)

CODE

mdfind 'kMDItemDateAdded>=$time.now(-3600)'

CREDIT (url, etc where this came from)

https://superuser.com/a/514010/483389

PROOF (screen shot of website at time of finding)

https://i.imgur.com/kzRezHl.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment