For example, make a directory C:\test and touch a file in it test.txt

Now, cd to C:\ and...

rm C:\test\test*.* will not find the file, nor will
rm C:\\test\\test*.*

but

rm C:/test/test*.* will.

Perhaps this is beyond the scope of these tools since they are more
unix-focused.

Erik Charlebois
DB2 UDB Backup, Data Protection and Recovery
IBM Toronto Lab
[EMAIL PROTECTED]
905-413-3069



_______________________________________________
Bug-fileutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-fileutils

Reply via email to