huangwason
Programmer
I alias a command such as
alias ll="ls -l --color=auto"
in my .bashrc file, now I would like to call this alias ll command via a script, but it can not find this alias command, is there a solution for this problem?
Thanks
alias ll="ls -l --color=auto"
in my .bashrc file, now I would like to call this alias ll command via a script, but it can not find this alias command, is there a solution for this problem?
Thanks