缺少目标文件操作数

Car*_*rmz 5 linux

请有人帮助我为什么我的脚本有错误missing destination file operand

mv: missing destination file operand after/data/edbcp/tmpwks/d/gilbert_sample
Try mv --help for more information.
sh: line 1: /data/edbcp/tmpwks: is a directory
Run Code Online (Sandbox Code Playgroud)

小智 0

听起来您需要指定将文件移动到的位置。

另外,在 中sh: line 1: /data/edbcp/tmpwks: is a directory,您似乎试图像调用可执行文件一样调用目录。