[20210812]windows xcopy問題.txt
[20210812]windows xcopy問題.txt
--//後記:前幾天我做了隨身碟與本地磁碟的同步,主要是以前寫的blog有一些做了修改,遇到的奇怪問題。
d:\>xcopy /d/e/y d:\notes\20* u:\notes\20*
D:\notes\other\20171202.jpg
複製了 1 個檔案
d:\>xcopy /d/e/y u:\notes\20* d:\notes\20*
U:\notes\other\20171202.jpg
複製了 1 個檔案
--//我寫的是d:\notes\20*,為什麼複製的是D:\notes\other\20171202.jpg.
--//windows的批處理似乎不能像bash shell那樣解析裡面的*.
--//好像被解析成d:\notes\*\20*,而且漏掉如下目錄的同步:
d:\notes\2021
d:\notes\2020
...
--//windows真心搞不懂。
--//我必須改寫如下,一個一個目錄寫,才能正常同步:
xcopy /d/e/y d:\notes\2021 u:\notes\2021
xcopy /d/e/y d:\notes\2020 u:\notes\2020
....
--//我嘗試從202108目錄複製並改名一個檔案[20210812]windows xcopy問題.txt=>20210812windows xcopy問題.txt。
D:\notes\2021\202108>dir *windows*
驅動器 D 中的卷是 DOC
卷的序列號是 39F3-086C
D:\notes\2021\202108 的目錄
2021-08-27 17:04 2,234 [20210812]windows xcopy問題.txt
2021-08-27 17:04 2,234 20210812windows xcopy問題.txt
2 個檔案 4,468 位元組
0 個目錄 184,897,536 可用位元組
D:\notes\2021\202108>xcopy /d/e/y d:\notes\20* u:\notes\20*
D:\notes\2021\202108\20210812windows xcopy問題.txt
複製了 1 個檔案
--//檢查隨身碟。
D:\notes\2021\202108>dir u:\notes\2021\202108\*windows*
驅動器 U 中的卷是 KINGSTON
卷的序列號是 391D-C4A8
u:\notes\2021\202108 的目錄
2021-08-27 17:04 2,234 [20210812]windows xcopy問題.txt
2021-08-27 17:04 2,234 20210812windows xcopy問題.txt
2 個檔案 4,468 位元組
0 個目錄 18,906,447,872 可用位元組
--//OK.
--//也就是我想本地磁碟到同步隨身碟。應該執行如下:
D:\notes\2021\202108>xcopy /d/e/y d:\notes\[20* u:\notes\[20*
D:\notes\2021\202108\[20210812]windows xcopy問題.txt
複製了 1 個檔案
D:\notes\2021\202108>dir u:\notes\2021\202108\*windows*
驅動器 U 中的卷是 KINGSTON
卷的序列號是 391D-C4A8
u:\notes\2021\202108 的目錄
2021-08-28 10:46 1,821 [20210812]windows xcopy問題.txt
1 個檔案 1,821 位元組
0 個目錄 18,906,480,640 可用位元組
--//windows真心搞不懂,有點顛覆我對它的認識。
--//再寫一個dir的例子,大家也許就容易理解了這個問題了。
D:\>dir /s/b d:\notes\*windows*xcopy*
d:\notes\2021\202108\[20210812]windows xcopy問題.txt
--//利用這個功能可以模糊檢索符合需要的檔名,例子如下:
D:\>dir /s/b d:\notes\*kokasgi*
d:\notes\2019\201905\[20190531]ORA-600 kokasgi1故障模擬與恢復.txt
d:\notes\2019\201905\[20190531]ORA-600 kokasgi1故障模擬與恢復(後續).txt
d:\notes\2021\202107\[20210731]ORA-600 kokasgi1.txt
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/267265/viewspace-2789351/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- [20220329]windows xcopy命令問題.txtWindows
- 在WINDOWS下使用xcopy遠端複製檔案Windows
- 解決macOS新建txt文件在Windows下不換行問題MacWindows
- [20210812]完善vim bccalc_linux外掛.txtLinux
- [20210812]測試sql語句子游標的效能.txtSQL
- [20240202]windows時間同步問題.txtWindows
- Windows 複製 xcopy 檔案到另外一個 目錄Windows
- [20180420]windows下使用cmd的小問題.txtWindows
- postgresql copy UNICODE txt 問題。SQLUnicode
- Windows xp下,貼上選單灰色顯示的處理(使用xcopy命令)Windows
- Windows共享的那些問題Windows
- 把TXT文字匯入SQLServer常見問題SQLServer
- Ubuntu11.10 亂碼問題(TXT)。Ubuntu
- windows解決埠占用問題Windows
- windows 卡在正在啟動問題Windows
- windows自動任務問題Windows
- windows下vim的使用問題Windows
- C++windows編碼問題C++Windows
- 解決windows docker lnmp訪問慢問題WindowsDockerLNMP
- [20160910]sqlldr使用問題.txtSQL
- java 讀取.txt檔案時,注意的問題Java
- [20121028]not in與NULL問題.txtNull
- [20160608]perf定位問題.txt
- [20160606]windows下使用bbed的疑問.txtWindows
- Windows重置網路卡錯誤問題Windows
- windows xp共享問題解決方法Windows
- windows xp home 安裝oracle 問題WindowsOracle
- windows的一個問題處理Windows
- Windows 下設定archive的問題WindowsHive
- Windows 98 常見問題解答(轉)Windows
- [20190221]sql patch 問題.txtSQL
- [20180509]函式索引問題.txt函式索引
- [20160809]exp語法問題.txt
- [20170725]vim呼叫bccalc外掛問題.txt
- Windows7無法訪問Windows 2003共享問題解決Windows
- 一、Windows 環境搭建問題彙總Windows
- Octopress程式碼高亮問題(Windows10)Windows
- Windows解決斷後佔用問題Windows