KimoW / mobileterminal

Automatically exported from code.google.com/p/mobileterminal
0 stars 0 forks source link

touch ignoring specified MMDDhhmmYY #241

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. touch a file via "touch MMDDhhmmYY filename"
2.
3.

What is the expected output? What do you see instead?
Modified date should match MMDDhhmmYY format.  Instead, file just gets current 
MMDDhhmmYY.

What version of the product are you using? On what operating system?
r476?  iOS4.2.1

Please provide any additional information below.
Touch is just touching the file and ignoring the specified MMDDhhmmYY

Original issue reported on code.google.com by paul.w.palm@gmail.com on 4 Jan 2011 at 6:33

GoogleCodeExporter commented 8 years ago
http://linuxmanpages.com/man1/touch.1.php

Try the same command via OpenSSH. if it behaves equally (which I think because 
you forgot -t), then it's not a mobile-terminal issue.

I'll set this to invaild untill proven otherwise

Original comment by dave.sto...@gmail.com on 4 Jan 2011 at 12:32

GoogleCodeExporter commented 8 years ago
You're correct.  I got bad syntax from a bum website.

Original comment by paul.w.palm@gmail.com on 4 Jan 2011 at 7:10