Linux/touch: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with " touch -c -t 0304050607 file # Set file timestamp (YYMMDDhhmm) touch -c -t 201601010101 file # 2016-01-01 01:01:00")
 
(No difference)

Latest revision as of 14:50, 29 April 2016

touch -c -t 0304050607 file	# Set file timestamp (YYMMDDhhmm)
touch -c -t 201601010101 file  # 2016-01-01 01:01:00