At 02:46 +0200 5/23/04, R. Welz wrote: >Hello. >I am no shell expert but I need to have some aliasis: > >In .bash_profile I had defined two aliasis (?) >alias top='top -u' >alias topold='top' topold is going to make a call the the alias you just defined as top..How about making it: alias topnew='top -u' instead? -- --> There are 10 kinds of people: those who understand binary, and those who don't <--