【shell特殊符号】未预期的符号 `(' 附近有语法错误
问题:未预期的符号 `(' 附近有语法错误
[root@jstp images]# scp -r root@192.168.8.206:/var/lib/libvirt/images/(template)_win2008_253(oracle11g).img .
-bash: 未预期的符号 `(' 附近有语法错误
() [] 这些字符要转义 \( \)
或者通配符操作,mv LinuxShell2*.rar dest
[root@jstp images]# scp -r root@192.168.8.206:/var/lib/libvirt/images/(template)_win2008_253(oracle11g).img .
-bash: 未预期的符号 `(' 附近有语法错误
() [] 这些字符要转义 \( \)
或者通配符操作,mv LinuxShell2*.rar dest