Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

about alias



I wonder if there is a easy way to use original command instead of using
alias or
functions temporarily in zsh.
E.g:

I defined rm as 
rm() {
	mv $* ~/.wastebaseket
}

However sometimes I just want to use /bin/rm temporarily. 
I know I can do that in csh by using "\rm".  But this don't work in zsh.

thanks,

Kai,
========================================================
  Kai (Kaixiang) Zhong      Phone: (617) 923-6669
  Software Engineer         Fax:   (617) 923-5169
  OneWave, Inc.               or   (617) 923-6565
  1 Arsenal Marketplace,    http://www.onewave.com
  Watertown, MA, 02172      Email: kzhong@xxxxxxxxxxx
========================================================



Messages sorted by: Reverse Date, Date, Thread, Author