Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!samsung!olivea!apple!voder!berlioz.nsc.com!nelson From: nelson@berlioz.nsc.com (Taed Nelson) Newsgroups: comp.unix.questions Subject: How to alias EXIT or any CSH command Message-ID: <1991Apr1.165435.4687@berlioz.nsc.com> Date: 1 Apr 91 16:54:35 GMT Sender: news@berlioz.nsc.com Organization: National Semiconductor Corporation Lines: 7 I have reason to desire an alias for the CSH command EXIT. Since the executable version doesn't exist anywhere, I can't do: alias exit 'MY_STUFF_HERE; /usr/bin/exit' or whatever. Anyone have a solution?