From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <99e3ea4960b4f984b860b700c3ec3b94@quanstro.net> To: 9fans@9fans.net From: erik quanstrom Date: Tue, 7 Oct 2008 14:33:36 -0400 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] environment + functions Topicbox-Message-UUID: 17efb660-ead4-11e9-9d60-3106f5b1d025 > why after creating a function with > > fn my_func_name { something } > > and removing this function with > > fn my_func_name > > a file (though of zero size) exists in /env? > > (If I create a lot of functions and then want them be removed, I find a lot > of for-me-uninteresting files in /env...) good question. there are several interesting things about how rc deals with the environment. - erik