Mail Archives: djgpp/2002/10/15/06:00:05.1
CBFalconer (cbfalconer AT yahoo DOT com) wrote:
: This persuaded me to see what was happening on my system:
: >
: > [1] c:\c\hashlib>which ls
: >
: > "C:\djgpp\bin\"
: > ls.exe Apr 4 2002 130048 "ls.exe"
: >
: > 1 item found: 1 file, 0 directories.
: > Total of file sizes: 130,048 bytes
: >
: > [1] c:\c\hashlib>ls --version
: > ls (GNU fileutils) 4.0
: >
: > [1] c:\c\hashlib>ls d*
: > cokusmt.obj hashlib.obj hashlib.sbr hashtest.map hashtest.pdb vc60.idb
: > cokusmt.sbr hashlib.pch hashtest.exe hashtest.obj hashtest.sbr vc60.pdb
: >
: > [1] c:\c\hashlib>de d* /t
: >
: > Volume in drive C is WD30-PRI41 Serial number is 3CE4:239B
: > Directory of C:\c\hashlib\d*
: >
: > Debug <DIR> 5-17-02 1:20 ____D created files for VC6
: > DESCRIPT.ION 519 4-05-02 11:47 _H_A_
Does "_H_A_" mean hidden and archive attributes on? If so...
It would be a bonus if you'd use the ordinary DOZE dir so I wouldn't
have to guess.
: > 519 bytes in 1 file and 1 dir 4,096 bytes allocated
: > 625,438,720 bytes free
: Looks like I should get the upgrade :-) It is attacking the
: subdirectory!
... what does "ls -a d*" give you? If DESCRIPT.ION is hidden "d*" will
probably expand to "debug" or "Debug" so "ls d*" will be expanded to
"ls debug" so what you see is what you should see.
Right,
MartinS
- Raw text -