MS-DOS find command
Posted
by mihai
on Super User
See other posts from Super User
or by mihai
Published on 2010-06-07T09:20:01Z
Indexed on
2010/06/07
9:43 UTC
Read the original article
Hit count: 421
Hi, I have the following command:
find Acc*\bin\Debug\*.pdb > temp.txt
Looking in temp.txt, I have:
Accounting/bin/Debug/Accounting.pdb
Accounting/bin/Debug/BackendProcess.pdb
NOTE the forward slashes. Why does it output file names like this? And how do I get it to output backslashes, so I can use del on those files?
Thanks
© Super User or respective owner