|
|
发表于 2015-6-19 09:07:11
|
显示全部楼层
zs@zsLinux:/tmp$ touch abc
- g3 N5 D! R( u7 a- W0 E# f% l- ?zs@zsLinux:/tmp$ mv abc+ O A4 V8 z, e; Y8 m: e C7 H
mv: missing destination file operand after ‘abc’
: {& w% O* S# l" Q( L& mTry 'mv --help' for more information.
$ ^! y s: B1 |; I# A0 L% W3 Zzs@zsLinux:/tmp$ mv abc def
) S7 [7 r/ J- ^% T7 ?& }3 Y4 V( Jzs@zsLinux:/tmp$ ls def
, b8 m0 p/ |* f8 ddef
: q, C7 `3 u$ q# I+ h8 ]% mzs@zsLinux:/tmp$ ls abc
* N" [9 b8 Y2 s, u/ c' R6 _6 }ls: cannot access abc: No such file or directory E8 o" d, @* ? [6 [8 Z; b3 ]
zs@zsLinux:/tmp$9 S+ C9 w. z( R
8 R! q7 w# w- w8 d2 s以后遇到这种问题先Google错误提示 |
|