Windows Desktop Search

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ok....I was asked by my boss to find a software that will search the contents
of docuements for Social Security Numbers. All the SSN#'s are in the scheme
xxx-xx-xxxx. I have tried to search using wildcard charecters but apparently
the (-) is a wildcard symbol. Does anyone know of a diffrent software to use
or a better way to use desktop search.

Jason
 
I might be understanding this wrong but does he have a bunch of documents and
he wants to find out which documents have ###-##-#### in them?

If so I believe a solution would be to use Windows' normal search option,
select all files and folders, then use the "A word or phrase in the file:"
option. Put in the serial number in there and select the folder than contains
the documents. This will have Windows search for the SSN within all the
documents and it will give you the results of each document that contains the
SSN searched.
 
Download and install AgentRansack and use the following as the search text.

[0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9][0-9][0-9]
 
Ok....I was asked by my boss to find a software that willsearchthe contents
of docuements for Social Security Numbers. All the SSN#'s are in the scheme
xxx-xx-xxxx. I have tried tosearchusing wildcard charecters but apparently
the (-) is a wildcard symbol. Does anyone know of a diffrent software to use
or a better way to usedesktopsearch.

Jason

You can achieve this, but you will have to use cygwin. You can then
"egrep" for the social security pattern in files.

http://unixhelp.ed.ac.uk/CGI/man-cgi?egrep
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top