nostupidquestions
No Stupid Questions Rudee 9h ago 95%

Can Bash aliases be nested?

For example if I have a setup like:

 alias llaa = pwd && ll'''

Will the second command work, or would I have to set it up in a more verbose manner (like ```alias llaa = pwd && ls -la```)

21
6
Comments 6