I'm new to scripting and regular jobs on OS X, so appreciate the help in advance.
I'm looking to have a tmp directory in my homedir, as in /Users/username/tmp which I can use as my "downloads" directory.
My goal is to have files/directories in this directory delete after say 10 days after the atime (last access).
So I am looking for a script and also the method to run it regularly on OS X Lion using ZSH as the shell.
Thanks.