Michèle Garoche writes:
> 
> Le 23 janv. 2004, à 1:49, Pascal J.Bourguignon a écrit :
> > find . -name mbox -ls
> > 6689260    0 -rw-------   1 pascal   staff           0 Jan 23 01:45 
> > ./xxxx.mbox/mbox
> > 6688379    0 -rw-------   1 pascal   staff           0 Jan 14 10:36 
> > ./Deleted\ Messages.mbox/mbox
> 
>  From the find manpage:
>   -ls     The format is identical to that produced by ls -dgils.

Unfortunately, the output is not.

Let's try again, since you've cut too much from my message:

[EMAIL PROTECTED] test]$ ls -l
total 708
drwx------    7 pascal   staff         238 Jan 25 08:51 ./
drwxr-xr-x   22 pascal   staff         748 Jan 25 08:51 ../
-rw-------    1 pascal   staff      157360 Jan 23 01:45 file-1
-rw-------    1 pascal   staff       15885 Jan 23 01:45 file-2
-rw-------    1 pascal   staff      111452 Jan 15 19:06 file-3
-rw-------    1 pascal   staff       18721 Jan 23 01:45 file-4
-rw-------    1 pascal   staff      412401 Jan 23 01:45 file-5
[EMAIL PROTECTED] test]$ find . -ls
6746487    0 drwx------   7 pascal   staff           0 Jan 25 08:51 .
6746488    0 -rw-------   1 pascal   staff           0 Jan 23 01:45 ./file-1
6746489    0 -rw-------   1 pascal   staff           0 Jan 23 01:45 ./file-2
6746490    0 -rw-------   1 pascal   staff           0 Jan 15 19:06 ./file-3
6746491    0 -rw-------   1 pascal   staff           0 Jan 23 01:45 ./file-4
6746492    0 -rw-------   1 pascal   staff           0 Jan 23 01:45 ./file-5
           ^                                         ^
           |                                         |
          You can notice a slight difference can't you?
           |                                         |
           v                                         v
[EMAIL PROTECTED] test]$ ls -dgils *
6746488  156 -rw-------    1 pascal   staff      157360 Jan 23 01:45 file-1
6746489   16 -rw-------    1 pascal   staff       15885 Jan 23 01:45 file-2
6746490  112 -rw-------    1 pascal   staff      111452 Jan 15 19:06 file-3
6746491   20 -rw-------    1 pascal   staff       18721 Jan 23 01:45 file-4
6746492  404 -rw-------    1 pascal   staff      412401 Jan 23 01:45 file-5


-- 
__Pascal_Bourguignon__                     http://www.informatimago.com/
There is no worse tyranny than to force a man to pay for what he doesn't
want merely because you think it would be good for him.--Robert Heinlein
http://www.theadvocates.org/


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to