Set the Time stamp of a File
touch -c -t 0801010800 filename.c
will show the time stamp as 2008-01-01 8:00. The format is (YYMMDDhhmm).
http://www.foogazi.com/2008/03/18/linux-commands-you-probably-dont-use/ »
touch -c -t 0801010800 filename.c
will show the time stamp as 2008-01-01 8:00. The format is (YYMMDDhhmm).
http://www.foogazi.com/2008/03/18/linux-commands-you-probably-dont-use/ »