On Wed, 26 Sep 2001, Greg Mildenhall wrote: > On Tue, 25 Sep 2001, Carl Gherardi wrote: > > a line from my bashrc to remove "." > > PATH=`echo $PATH | sed -e 's/::/:/g; s/:.:/:/g; s/:.$//; s/^://'` > > Shouldn't that be: > PATH=`echo $PATH | sed -e 's/::/:/g; s/:.:/:/g; s/:.$//; s/^.://'` > > ? Nope but I should probably add that one aswell Carl