在同一行中定义和使用别名似乎不起作用:
$ alias x=ls; x x: command not found
如何x在第二次调用中“转义”以便将其识别为别名?
x
bash alias
alias ×1
bash ×1