From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8c13cae8d5abaa3c5b11ee99c7e0135c@plan9.bell-labs.com> To: 9fans@cse.psu.edu Subject: Re: [9fans] Few silly ones.. From: "Russ Cox" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Mon, 23 Dec 2002 23:16:29 -0500 Topicbox-Message-UUID: 36d9d4ba-eacb-11e9-9e20-41e7f4b1d025 > but is not found when gcc is invoked > > gcc one.c it shouldn't be found. it's not in /bin. > but > /bin/gnu/gcc one.c you can say gnu/gcc one.c as a shorthand. > Also is there a way to change owner/group recursively > in a subtree? chgrp -u foo `{du -a tree | awk '{print $2}'} chgrp foo `{du -a tree | awk '{print $2}'} russ