Hi,
Backfire 10.03.1 on TP-Link WR-1043ND
use the command touch with option -d to update the last-modified date on the given files
touch -d '2010-10-10 10:10' test.file
I tried different date formats, but the result is always the same
root@OpenWrt:~# touch -d '2010-10-10 10:10' test.file
[b]touch: invalid option -- d[/b]
BusyBox v1.15.3 (2012-04-11 21:01:29 EEST) multi-call binary
Usage: touch [-c] [-d DATE] FILE [FILE]...
Update the last-modified date on the given FILE[s]
Options:
-c Do not create files
-d DT Date/time to use
where I'm wrong?
Thank you for your answers.
(Last edited by expm on 27 Apr 2012, 12:59)