RosettaCodeData/Task/File-modification-time/UNIX-Shell/file-modification-time-3.sh
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

3 lines
106 B
Bash

# Note the quotation marks -- very important!
T="2000-01-01 01:02:03.040506070 -0800"
touch -c -d "$T" $F