Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 13 years ago.
使用完整终端登录,并使用您要运行的命令直接作为交互式登录 shell 执行 bash:
ssh -t <hostname> bash -lic '<command-or-alias>'
这应该解析您的所有别名并正确执行命令。
Log in using a full terminal, and execute bash directly as an interactive login shell with the command you want to run:
This should parse all your aliases and execute the command properly.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
使用完整终端登录,并使用您要运行的命令直接作为交互式登录 shell 执行 bash:
这应该解析您的所有别名并正确执行命令。
Log in using a full terminal, and execute bash directly as an interactive login shell with the command you want to run:
This should parse all your aliases and execute the command properly.