From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: ANNOUNCE: Release 3 of DJGPP port of fileutils 4.1 Date: 15 Oct 2002 11:02:51 GMT Organization: Aachen University of Technology (RWTH) Lines: 28 Message-ID: References: <200210141854 DOT g9EIsjb13093 AT delorie DOT com> <3DABC87F DOT FBE1F18E AT yahoo DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1034679771 4384 137.226.32.75 (15 Oct 2002 11:02:51 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 15 Oct 2002 11:02:51 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com CBFalconer wrote: > This persuaded me to see what was happening on my system: I don't think what you saw happening there has anything to do with fileutils, or 'ls' in particular. You're observing the behaviour of the globbing functions, because you typed 'd*'. I.e. from what this looks like, 'd*' expanded to just "debug", because Descript.ion was hidden. And 'ls debug' will list the contents of directory 'debug'. Note that the non-listing of files marked hidden only applies to the case where the names of those files are not passed to ls as arguments, but where a hidden file sits in a directory "ls" is listing. The real issue to check would have been: does "ls" without any options list "descript.ion"? > Looks like I should get the upgrade :-) That almost certainly won't change anything for the particular case you're looking at. > It is attacking the subdirectory! Not "attacking", just displaying. -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.