如果不启动到 Linux,如何删除在 Linux 中在 NTFS 分区上创建的目录,该目录在文件名中包含管道?
例如:
f:\flac\foreign\Yoshida_Brothers\Best_of_Yoshida_Brothers_|_Tsugaru_Shamisen
Run Code Online (Sandbox Code Playgroud)
尝试并失败:
del /f /s /q Yoshida_Brothers
del /f /s /q "\\?f:\flac\foreign\Yoshida_Brothers\"
rmdir /s Yoshida_Brothers
rmdir Best*
其他想法?