|
|
发表于 2015-6-19 09:07:11
|
显示全部楼层
zs@zsLinux:/tmp$ touch abc! i$ t6 Q, j& t' C8 D Y
zs@zsLinux:/tmp$ mv abc. ^& A- b9 J2 a2 f" }0 V, d
mv: missing destination file operand after ‘abc’
$ E2 {3 Q1 Z" P. }" M% U GTry 'mv --help' for more information." u. g7 X5 l* `
zs@zsLinux:/tmp$ mv abc def2 |# J$ y2 a% O( _* f
zs@zsLinux:/tmp$ ls def
7 w W7 V- [# W# V1 Gdef( u# n: O9 j( l
zs@zsLinux:/tmp$ ls abc" r% |: l) s$ o, y
ls: cannot access abc: No such file or directory& c2 K5 O. F# {& G
zs@zsLinux:/tmp$/ x9 X' H+ W$ k. g, P2 {+ L- x
6 f; F7 C8 s- N3 y0 S) b5 `% W以后遇到这种问题先Google错误提示 |
|