windows7 file search 某些特殊字元方法


Win7的檔案搜尋功能實在爛到不行,
比如說要找個檔名有(1), (2)....(100)的檔案,
它會找一堆其他沒有刮號起來的檔案出來.造成大家困擾.

解決方案 Solution:
Use following syntax: ~="("
~= is an escape character and then you can put a special character like (&? etc. in double quotes.

~=是個控制字元.
後面接的就是要找的字元,用""包起來.
ex: 要找abc , ~="abc" 

google drive很多自動產生的重覆檔案都是(1), (2)...這檔名.
~="("*~=")"
這樣就可找出來所有用刮號包起來的檔名.

或是想找mac檔案中重覆的: .DS_Store (1)

就可用: ~="("?~=")"
全選起來再刪除即可.

或是知道有(1)的都是多的檔案:
~="(1)"


 

留言

這個網誌中的熱門文章

最爛的銀行服務-玉山銀行

Mark App Design Apps - Terms and Privacy Policy (服務條款,隱私權政策)

SMR疊瓦式hdd致命缺陷被解決????!!!

ios app 上架時app icon要注意事項

更改google drive預設存放目錄位置Change Google Drive Default Folder Location in Windows

google play 正式發布前測試報告...非常好用.

舊有app在Android 12 閃退問題& app Splash screens

app bundle and bundletool. 關於aab安裝問題

關於google play console app應用程式簽署

Google Play badge徽章產生器