Tagged Questions
0
votes
2answers
113 views
How to search contents of files in folder?
In Win 7, how can I search for a word in the contents of all files in a specific folder.
In XP this was easy. All you had to do was type the word into the "A word or phrase in file" text box on the ...
2
votes
2answers
284 views
Search all files containing text
With Busybox, how do you search for an expression within a bunch of files recursively through a bunch of directories, but only look through text files?
We don't know what the file's suffix is going ...
1
vote
1answer
891 views
How can I find files NOT matching a specific extension in Windows XP?
I need to find and delete all files in subdirectories that are not .SQL files. I can't figure out how to search for <>.SQL or !.SQL in Windows Search.
Most of the solutions that I've seen here ...
0
votes
3answers
226 views
Tool to find files in Windows 64 bit
I need a tool to find files (by name pattern, or by content) under Windows, that supports correctly the 64 bit environment.
The embedded search tool in Windows 7 is great for indexed content, but ...
0
votes
2answers
501 views
How do I search for a file where I know the name but not the location?
i want to search qdbase (the name of DB).
i dont know where this file is lies.i want to use grep at my server.
my server name is qa@qaubuntu and for root root@qaubuntu..
i'm searching this file using ...