From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sam To: <9fans@cse.psu.edu> Subject: Re: [9fans] same functions everywhere In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Thu, 24 Apr 2003 10:48:12 -0400 Topicbox-Message-UUID: 9808b5da-eacb-11e9-9e20-41e7f4b1d025 > > grep '[^e]mallocz' `{du -a /sys/src | awk '{print $2}' | grep '\.c$'} > | wc -l > 149 My apologies, this should read: grep '[^e]mallocz(.*,.*)' `{du -a /sys/src | awk '{print $2}' | grep '\.c$'} | wc -l 149 or else you pick up the mallocz versions redefined by others who have elided the second argument. The number is still correct - I flub'd transcribing. Sam