3 lines
106 B
Bash
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
|