Path: utzoo!utgpu!water!watmath!clyde!bellcore!rutgers!psuvax1!psuhcx!matt
From: matt@psuhcx (Matt Cohen)
Newsgroups: comp.binaries.ibm.pc.d
Subject: Bugs in PICNIX ls and FIND
Message-ID: <103@psuhcx.psu.edu>
Date: 31 May 88 14:03:01 GMT
Sender: matt@psuhcx.psu.edu
Reply-To: matt@psuhcx (Matt Cohen)
Organization: Penn State University Engineering Computer Lab
Lines: 12


	I noticed that neither the PICNIX 3.5 'ls' or the recently
posted 'find' program will list hidden files, although they both
claim to do so (ls -a or find . -attr h)

	Since I have the source to find, I fixed the findfirst()
calls to get hidden files (findfirst(..,..,FA_DIREC|0x1f))
In addition, I put the regexp(3) calls into the filename match
routine. I will post the mods or binary if anyone is interested.


	Matt