Create/modify a UNIX file with an arbitrary timestamp

Contributor Icon Contributed by qmchenry Date Icon April 9, 2004  
Tag Icon Tagged: Solaris system administration

The touch command in UNIX creates a file if it doesn’t exist or updates the modification time of an existing file to the current time. An option of the touch command allows the modification timestamp to be set to any arbitrary time.


To change the modification time of a file (the time displayed in a long listing of the file) of a file called testfile to November 18, 2000, 2:30 PM, use the following command:

touch -t 200011181430

This will alter the modification time of an existing testfile or, if not present, will create an empty file with that timestamp.

The format of the timestamp is
[[CC]YY]MMDDhhmm [.SS]

Date and time elements in square brackets are optional, so the minimum timestamp includes month, day, hour, and minute.

Previous recipe | Next recipe |
 

Viewing 4 Comments

 
close Reblog this comment
blog comments powered by Disqus