Answers for "touch -t not working on symlink"

0

touch -t not working on symlink

-h If the file is a symbolic link, change the times of the link
itself rather than the file that the link points to. Note that
-h implies -c and thus will not create any new files.

touch -t <date in required format> -h <filename>
Posted by: Guest on February-08-2021

Code answers related to "touch -t not working on symlink"

Browse Popular Code Answers by Language