|
||
|
|||||||
| FAQ Forum A place to find answers to the most frequently asked questions, and a place to post said answers. Do NOT use this forum to ask questions. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Newbie
Join Date: Feb 2010
Posts: 29
|
Windows *Find in Files* is ... spotty (at best) ... when it comes to searching for specific text references in *.cs files.
A better, more robust way of searching can be found by installing Cygwin, which is a Linux-like environment for Windows. You can download it for free from Cygwin Information and Installation Once installed, open cygwin and cd to your directory. If you are not familiar with Linux this may be intimidating, but it really will find what you are looking for. For an example, on my flash drive I type the following at the command prompt: Code:
cd G: <Enter> Code:
my_login@my_computer_name /cygwin/g Code:
cd RunUO\ RC2 Code:
cd "RunUO RC2" Code:
find ./ -exec grep -l "the text you are searching for" {} \;
Code:
find ./ -exec grep -i -l "the text you are searching for" {} \;
![]() Last edited by Azzerhoden; 02-04-2010 at 08:22 PM. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|