您的位置:首页 > 运维架构 > Linux

linux 在批处理中,完整路径有空格的处理方式(加引號)

2016-02-28 14:18 573 查看
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/Editor_UIOuterCtrl/TraceViewDlg.cpp       E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/Editor_UIOuterCtrl/TraceViewDlg.cpp
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/Editor_UIOuterCtrl/TraceViewDlg.h         E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/Editor_UIOuterCtrl/TraceViewDlg.h
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/Editor_UIOuterCtrl/UIManageVersion.cpp    E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/Editor_UIOuterCtrl/UIManageVersion.cpp
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/binCommon/translations/zh_CN.xml          E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/binCommon/translations/zh_CN.xml
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/template/traceview.htm                    E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/template/traceview.htm
cp -f E:/XML_EDITOR/xmleditor25/xmleditor/template/traceview.js                     E:/XML_EDITOR/'XMLEditor windows server 2008'/xmleditor/template/traceview.js
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: