Hello, I'm trying to update the creation date of all files within a directory, and set the command in a cronjob.
I tried:
touch /public_html/* but it's not working.
Can you guys please help me and let me know what exactly I need to use for this command to work, and so when set in a cronjob.
Which one would I need to use to only update the creation date of .shtml files?
I hope this makes sense... I feel bad being stuck with such a simple thing. Thank you!