Search files on windows shares

Did some googling and didn’t see much on this topic, any ideas?

I feel like I can solve this problem once I figure out how to connect to
a windows cifs directory but I am specifically looking to recursively
search inside files for that directory.

On Mon, Mar 21, 2011 at 9:37 PM, Tee D. [email protected] wrote:

I feel like I can solve this problem once I figure out how to connect to
a windows cifs directory

Depends on your platform. On cygwin you just do

ls //hostname

but I am specifically looking to recursively
search inside files for that directory.

ri Find

Kind regards

robert

Hi, Tee.

You can mount your NAS to Z:\ or Y:\ or …
[[Windows XP: Mapping a network
drive>http://www.microsoft.com/windowsxp/using/networking/maintain/mapdrive.mspx]]

About recursive searching, this site might help you.
[[Recursive Directory List with Ruby - O’Reilly ONJava
Blog>O'Reilly Media - Technology and Business Training]]

On Thu, Mar 24, 2011 at 5:45 PM, Robert K.