Busybox touch Modify-Time auf bestimmtes Datum/Uhrzeit setzen

napo

napo

Neues Mitglied
1
Hallo,

wenn man busybox touch aufruft wird folgende Hilfe ausgegeben
Code:
# touch
BusyBox v1.16.0 (2010-01-29 22:31:34 CET) multi-call binary.

Usage: touch [-c] [-d DATE] FILE [FILE]...

Update the last-modified date on the given FILE[s]

Options:
        -c      Don't create files
        -d DT   Date/time to use
Welches Format muss hier für DT angegeben werden, wenn ich die Modify-Zeit einer Datei setzen will?

Egal was ich ausprobiere es kommt immer dieselbe Fehlermeldung. Z.B:
Code:
# touch -d 2010.09.21-12:34 test
touch: invalid option -- d
BusyBox v1.16.0 (2010-01-29 22:31:34 CET) multi-call binary.

Usage: touch [-c] [-d DATE] FILE [FILE]...

Update the last-modified date on the given FILE[s]

Options:
        -c      Don't create files
        -d DT   Date/time to use
Busybox behauptet immer dass die Option d fehlerhaft wäre.
 

Ähnliche Themen

A
Antworten
4
Aufrufe
132
DOT2010
DOT2010
cska133
Antworten
12
Aufrufe
329
cska133
cska133
Miaz602
Antworten
5
Aufrufe
1.321
Miaz602
Miaz602
Zurück
Oben Unten