From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from skinner.cs.wisc.edu ([128.105.1.19]) by archone.tamu.edu with SMTP id <45330>; Sat, 8 Feb 1992 07:32:09 -0600 From: dws@cs.wisc.edu (DaviD W. Sanderson) Message-Id: <9202081331.AA07997@skinner.cs.wisc.edu> Received: by skinner.cs.wisc.edu; Sat, 8 Feb 92 07:31:51 -0600 Subject: Re: path caching To: rc@archone.tamu.edu Date: Sat, 8 Feb 1992 07:31:50 -0600 X-Mailer: ELM [version 2.3 PL11] Since your scheme relies on symbolic links, it won't work on many systems. If you want a cache, then I think a purely memory-based cache would be better. Simply arrange to clear the cache when $path is assigned to. No new variables, no new builtins required. DaviD W. Sanderson (dws@cs.wisc.edu)