|
发表于 2015-6-19 09:07:11
|
显示全部楼层
zs@zsLinux:/tmp$ touch abc
( Z4 N, ]0 ^/ k n V7 C- gzs@zsLinux:/tmp$ mv abc9 L- R# z( n- `4 l9 c
mv: missing destination file operand after ‘abc’
+ s; x: {0 d: {( M0 BTry 'mv --help' for more information.
2 Z O; q# Q: z. _! w3 E! jzs@zsLinux:/tmp$ mv abc def9 b* X6 p7 M% T; }( e/ x$ S2 t
zs@zsLinux:/tmp$ ls def
) k V8 C9 C, Udef! d, ~3 P' ^$ n) p: J) G
zs@zsLinux:/tmp$ ls abc. _$ f; B7 @7 D! L% \
ls: cannot access abc: No such file or directory" G, Y6 O, d& A/ L3 V- w
zs@zsLinux:/tmp$4 w& s" X4 d1 e& i0 g0 C- d
] w) F, `9 y8 E) {
以后遇到这种问题先Google错误提示 |
|