Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!AUREL.CALTECH.EDU!bfox From: bfox@AUREL.CALTECH.EDU (Brian Fox) Newsgroups: gnu.bash.bug Subject: [idallen@watcgl: bash aliases not transitive?!] Message-ID: <8908231650.AA01210@aurel.caltech.edu> Date: 23 Aug 89 16:50:51 GMT References: <8908231545.AA19132@watmath.waterloo.edu> Sender: daemon@tut.cis.ohio-state.edu Reply-To: bfox@aurel.caltech.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 24 Date: Wed, 23 Aug 89 11:45:28 EDT From: Andy Wai > Date: Tue, 22 Aug 89 20:35:20 EDT > From: "Ian! D. Allen [CGL]" > To: accwai@watmath > Subject: bash aliases not transitive?! > > bash$ alias a=b > bash$ alias b=date > bash$ a > b: commmand not found The version in question is 1.02. Andy Wai Math. Faculty Computing Facility U. of Waterloo Aliases are only expanded when they are in the position of a command word, or if they follow an alias whose expansion ends in a space. Brian