我有一个命令,看起来像这样:
$ ssh [long list of parameters, eventually I connect to internalhost]
Run Code Online (Sandbox Code Playgroud)
我的任务是用 just 替换这个长长的参数列表internalhost
,这样我就可以像这样运行它
$ ssh internalhost
Run Code Online (Sandbox Code Playgroud)
我怎样才能做到这一点?