|
|
发表于 2015-6-19 09:07:11
|
显示全部楼层
zs@zsLinux:/tmp$ touch abc
# |" V* D$ J p" v4 ?zs@zsLinux:/tmp$ mv abc
4 A# |- C1 ^0 F2 y: L* P, f Qmv: missing destination file operand after ‘abc’
4 g1 g- l3 `7 _, Y# ?Try 'mv --help' for more information.
. r$ ^$ M4 s: dzs@zsLinux:/tmp$ mv abc def( K$ P0 f' z+ s
zs@zsLinux:/tmp$ ls def
: ]$ f$ V& c0 m0 s* N* p/ tdef+ C) m, C* c9 l* }, x8 e" ?/ d+ s' k
zs@zsLinux:/tmp$ ls abc
% L4 @/ Q3 |% L2 `7 fls: cannot access abc: No such file or directory6 ~4 W H) e- G& ?* m
zs@zsLinux:/tmp$/ W+ k' ?3 J4 ]$ J
: e: ~. N6 r$ `9 Z0 O
以后遇到这种问题先Google错误提示 |
|