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
Here is an example of alias that i'm using
#clear alias cls='clear; ls' alias ccls='cd; cls' # used alias cls