SPUG:Re: ~damian/bin scripts. [moreso Offtopic]

Jeremy Mates jmates at sial.org
Wed Jan 22 01:44:52 CST 2003


* Daniel James <djames at serv.net>
> You have to get used to typing cwd though; if you name your function
> "cd" then you will get an infinite loop--someone here may know how to
> get around your alias problem though.

cd(){
  builtin cd $*
  ls
}



More information about the spug-list mailing list