bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

spaces in filenames


From: Roland Deluca
Subject: spaces in filenames
Date: Thu, 3 Sep 2009 15:01:09 -0700

WinXP:

 

Grep.exe  -r  BUF_SIZE  "D:\Copy of EXAMPLES"         -> returns results
OK with spaces in directory and recurse on

Grep.exe      BUF_SIZE   D:\EXAMPLES\*.*                  -> returns
results OK works with wild char

 

Grep.exe      BUF_SIZE  "D:\ Copy of EXAMPLES \*.*"   -> returns NO
RESULTS

 

 

Does not return results for a directory with spaces in the file name and
wild characters in quotes?

 

If you know a way to do it can you let me know.

 

roland

 

 

 

 

 

 

 

 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]