Posted in Command Line, Linux Modify timestamp in Linux Binny V A January 27, 2008 1 Comment on Modify timestamp in Linux Modify timestamp of a file or directory touch -t 0712250000 file #(YYMMDDhhmm) Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
somehow it didn’t work but when I used the format touch -t 201201012301.00 filename it did. I know the .00 is optional for seconds but otherwise it got confused: Using RH Linux v5 Reply
somehow it didn’t work but when I used the format
touch -t 201201012301.00 filename
it did. I know the .00 is optional for seconds but otherwise it got confused: Using RH Linux v5