Hi,
I'm trying to find out in which directory a tmp file created today is. I usually use the "locate" command followed by the file name (with asterisks, if needs be), but that only works on files older than today. Could someone please suggest an alternative that would work for new items? I've tried with echo $[filename], but that returns only the file name and not its directory.
Many thanks.
I'm trying to find out in which directory a tmp file created today is. I usually use the "locate" command followed by the file name (with asterisks, if needs be), but that only works on files older than today. Could someone please suggest an alternative that would work for new items? I've tried with echo $[filename], but that returns only the file name and not its directory.
Many thanks.