[comp.binaries.ibm.pc.d] Bugs in PICNIX ls and FIND

matt@psuhcx (Matt Cohen) (05/31/88)

	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