Aliases typically only apply to interactive usage. From 'man bash':
Aliases are not expanded when the shell is not interactive,
unless the expand_aliases shell option is set using shopt (see
the description of shopt under SHELL BUILTIN COMMANDS below).
Comments
Aliases typically only apply to interactive usage. From 'man bash':