|
发表于 2015-6-19 09:07:11
|
显示全部楼层
zs@zsLinux:/tmp$ touch abc
' S; Z1 e/ J v6 Qzs@zsLinux:/tmp$ mv abc7 \9 d4 ^9 u7 g
mv: missing destination file operand after ‘abc’7 l4 J' o- b1 S9 _
Try 'mv --help' for more information.
. R7 I# H, g5 F9 J1 Pzs@zsLinux:/tmp$ mv abc def* h# W7 I0 B* ~# u6 I
zs@zsLinux:/tmp$ ls def- B- o2 I6 j. v$ t1 D
def+ x d& y' D- x; g; ], ?
zs@zsLinux:/tmp$ ls abc
4 d# X: Q: ^# els: cannot access abc: No such file or directory) s |8 ^! u# a2 e/ q
zs@zsLinux:/tmp$: q- b+ j& G0 A, `; b7 X
- I6 J, e- v$ ]6 x/ t: ]: d
以后遇到这种问题先Google错误提示 |
|