On Mon, Jan 02, 2023 at 10:13:28AM +0200, Yuri Kanivetsky wrote: > Hi, > > #!/usr/bin/env bash > set -eu > alias cmd=echo
Aliases are not used in bash scripts, unless bash is invoked in POSIX compatibility mode, or the "expand_aliases" shopt is turned on.