Solution 1 :
$ touch -t 201108231405.14 voucher.tpl
$ ls -l --time-style='+%B %d %H:%M:%S' voucher.tpl
-rw-r--r-- 1 quanta quanta 0 August 23 14:05:14 voucher.tpl
Solution 2 :
Supprimer les espaces. De plus, il vous manque la période entre le mm et le ss. Cela fonctionnera :
touch -t 201108231405.14 voucher.pl
Solution 3 :
touch -t 201108231405.14 voucher.tpl
devrait marcher. Ça l'a fait pour moi.
Notez que la spécification du format d'heure n'inclut aucun espace.
Solution 4 :
Vous utilisez le mauvais format.
Cela devrait fonctionner correctement :
touch -t 201108231405.14 voucher.tpl
-t TAMPON
utilisez
[[CC]YY]MMDDhhmm[.ss]
au lieu de l'heure actuelle