I\'d need to be able to define an alias in a Debian shell that includes other aliases, for a project I\'m currently working on.
Let\'s look at a code example to make thi
I used this in csh and it worked for me :
alias new_alias 'vi old_alias'