有没有办法将文件从一个目录移动到另一个目录,然后在一个命令中 cd 进入后者?类似mv /a/file /another/dir && cd _但没有第二次输入目录路径的东西。
mv /a/file /another/dir && cd _
shell cd-command rename
cd-command ×1
rename ×1
shell ×1