RosettaCodeData/Task/File-modification-time/UNIX-Shell/file-modification-time-3.sh

4 lines
106 B
Bash
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# Note the quotation marks -- very important!
T="2000-01-01 01:02:03.040506070 -0800"
touch -c -d "$T" $F