由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - delete files in windows
相关主题
Find and delete folder in C++ 问一个小程序python得
你们吵着要javascript的: How to delete the last line in the file in node.js?有人用cmake吗?
linux 能查到 deleted file list 吗A C++ exception question
请问delete的问题ostream& operator << (ostream& s, int cnt) error
Will it coz memory leakage?[合集] Adobe面试题, 怎么能把很多文件读到Memory ?
How to write a VB Macro to convert text to hyperlink in Excel一个batch file的问题
急! Python 如何从文件读取数据(整数) ~~在线等还是awk牛B
Help! Read random number of lines in a input file.请问这个cmake规则如何写?
相关话题的讨论汇总
话题: delete话题: files话题: myfiles话题: want话题: hi
进入Programming版参与讨论
1 (共1页)
x*****a
发帖数: 18
1
Hi all,
I have a question: I want to delete all files which contain certain
string in a directory (must delete all those files in subdirectories).
For example: In D:myfiles, want to delete all files with a name
containing "(1)".
Is the following command right?
del -r /s *(1)*
Thanks,
1 (共1页)
进入Programming版参与讨论
相关主题
请问这个cmake规则如何写?Will it coz memory leakage?
How to send a structure containing a pointer over socket?How to write a VB Macro to convert text to hyperlink in Excel
std::map 为什么没有排序呢急! Python 如何从文件读取数据(整数) ~~在线等
通过日志分析yarn app实际内存用量Help! Read random number of lines in a input file.
Find and delete folder in C++ 问一个小程序python得
你们吵着要javascript的: How to delete the last line in the file in node.js?有人用cmake吗?
linux 能查到 deleted file list 吗A C++ exception question
请问delete的问题ostream& operator << (ostream& s, int cnt) error
相关话题的讨论汇总
话题: delete话题: files话题: myfiles话题: want话题: hi