Re: Newbie question on iso9660: files partially AWOL ?

Jonathan Disher (jdisher@awod.com)
Sun, 23 Jan 2000 13:45:33 -0500


>An example is:
>
>/cds/0/win32/sysman/qtour/f> ls -l con1t04.htm
>-r-xr-xr-x 1 root system 572 Jun 5 1998 con1t04.htm
>/cds/0/win32/sysman/qtour/f> echo con1t04.h*
>con1t04.h*
>/cds/0/win32/sysman/qtour/f>

echo != ls -l. If you typed `echo hello.c*` it would print out `hello.c*`.

>
>But exactly the same thing done later gave:
>
>/cds/0/win32/sysman/qtour/f> ls -l con1t04.htm
>-r-xr-xr-x 1 root system 572 Jun 5 1998 con1t04.htm
>/cds/0/win32/sysman/qtour/f> ls -l con1t04.*
>-r-xr-xr-x 1 root system 572 Jun 5 1998 con1t04.htm
>/cds/0/win32/sysman/qtour/f>

The ls -l commands produce the same output.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/