From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 30 Sep 1995 00:30:34 -0400 From: Scott Schwartz schwartz@galapagos.cse.psu.edu Subject: where is 'find'? Topicbox-Message-UUID: 2916e906-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19950930043034.9rTYZVyCkNkVpEPMp6He7T9JGPtBv-A9zTG5nyl5R2o@z> "Jeremy Fitzhardinge" writes: | I wrote a little program to descend a directory tree and print all the | files it finds. I hope it doesn't use chdir(), since ".." is unpredictable in Plan 9. du avoids that, but has a limit of 256 chars on total path length.