Can Bash aliases be nested?
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```)
You're viewing a single thread.
View all comments
7
comments
Yes. How about just trying it out?
7 0 Reply
You've viewed 7 comments.
Scroll to top