| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <4250659C.1020707@joesbox.cjb.net> |
| Date: | Sun, 03 Apr 2005 17:52:28 -0400 |
| From: | Josef Drexler <nospam0405 AT joesbox DOT cjb DOT net> |
| User-Agent: | Mozilla Thunderbird 1.0 (Windows/20041206) |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: file times still not quite right with 1.5.14 on Windows 98 |
| References: | <42505FDA DOT 9080100 AT iopan DOT gda DOT pl> |
| In-Reply-To: | <42505FDA.9080100@iopan.gda.pl> |
| X-IsSubscribed: | yes |
Jacek Piskozub wrote:
> Hi,
>
> This is funny. I used the same test as Josef Drexler but on Windows ME
> after upgrading to cygwin 1.5.14. Of course the filesystem is also FAT
> (FAT32 in my case).
>
> First I tried it from a DOS window:
>
> C:\Download\test>touch test.txt
> C:\Download\test>ls -l test.txt
> -rw-r--r-- 1 piskozub mkgroup 0 Apr 3 23:16 test.txt
> C:\Download\test>ls -l --time=ctime test.txt
> -rw-r--r-- 1 piskozub mkgroup 0 Apr 3 23:16 test.txt
> C:\Download\test>echo > test.txt
Are you sure you didn't append with ">>" here? That's the behaviour I
got when appending.
> C:\Download\test>ls -l test.txt
> -rw-r--r-- 1 piskozub mkgroup 12 Apr 3 23:18 test.txt
> C:\Download\test>ls -l --time=ctime test.txt
> -rw-r--r-- 1 piskozub mkgroup 12 Apr 3 23:16 test.txt
>
> I believe this is exactly what Josef saw with bash. But then, after 2
> minutes, I start bash and try again:
>
> C:\Download\test>bash
> BASH-2.05b$ echo > test.txt
> BASH-2.05b$ ls -l test.txt
> -rw-r--r-- 1 piskozub mkgroup 2 Apr 3 23:20 test.txt
> BASH-2.05b$ ls -l --time=ctime test.txt
> -rw-r--r-- 1 piskozub mkgroup 2 Apr 3 23:20 test.txt
>
> Can you explain this?
I have no problems with mtime not getting set when new files are created
(e.g. "echo > test.txt"), only when appending to existing files (e.g.
"echo >> test.txt").
The only other difference I can think of is that the file was zero-byte
in size in your first test. I've never tried this with empty files.
--
Josef Drexler | http://jdrexler.com/home/
---------------------------------+----------------------------------------
Please help Conserve Gravity | Email address is *valid*.
Play Chess, not Basketball. | Don't remove the "nospam" part.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |