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, |
|