From: eplmst AT lu DOT erisoft DOT se (Martin Stromberg) Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: Release 3 of DJGPP port of fileutils 4.1 Date: 15 Oct 2002 09:34:33 GMT Organization: Ericsson Erisoft AB, Sweden Lines: 46 Message-ID: References: <200210141854 DOT g9EIsjb13093 AT delorie DOT com> <3DABC87F DOT FBE1F18E AT yahoo DOT com> NNTP-Posting-Host: lws256.lu.erisoft.se X-Newsreader: TIN [version 1.2 PL2] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 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