From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <012701c351c4$eddf9a80$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <001901c351c2$68c21140$2a8be793@gli.cas.cz> Subject: Re: [9fans] walk MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Date: Thu, 24 Jul 2003 11:21:13 +0200 Topicbox-Message-UUID: 02303460-eacc-11e9-9e20-41e7f4b1d025 > term% walk ./ grep -n aint *.idx the *.idx get expanded immediately and that file doesn't exist in the directory walk has chdir'd to, which it looks like it's doing. i can even find any doc for walk, nor the source. but it looks like: walk dir command [ args ... ] and it uses chdir.