I have a bash alias called ttouch. It's a shortcut to touch -t, which takes a variable (tdate) and a file on which to apply it, represented (most often but not always) by a variable such as $picc.
I'm trying to write a function so when the user (always me) forgets to supply the target, touch...