Pluck

Scans multiple files looking for a REGEX pattern, and summarised what it finds.

Scans multiple files looking for a REGEX pattern, and summarised what it finds as a CSV file. java.exe -jar C:\com\mindprod\pluck\pluck.jar "\.[a-z]+\." E:\temp\temp.csv E:\somedir adjusting as necessary to account for where the jar file is. The first parameter is the regex pattern. See regex in the java glossary for how to compose them. The next parameter is where the output in to go. use the word console to have the output appear on the console. Then put a list of files and directories on command line you want to scan where -s means recursively include all subdirectories for everything to the right of -s. It will look only for *.html, *.htm, *.xml, *.txt extensions. You can't change that via the command line, though you could modify the program. The command line does not currently support wildcards, e.g. ap*.txt or ff?.html. You need to specify the full names of files or directories, or . to mean all the files in the current directory.

Changes: initial release.

Minimum requirements: Java 1.7+

Operating system: Java,Linux,Mac OS X,Unix,Win2000,Win7 x32,Win7 x64,WinServer,WinVista,WinVista x64,WinXP

Program URL: http://mindprod.com/products1.html#PLUCK

Pluck screenshot

...

Special permissions

You may include the HTML Pluck on any CD compilation.

EULA

This program is for non-military use only. For details on what that licencing restriction means and why I restricted this software that way, see http://mindprod.com/contact/nonmil.html If you incorporate any of my code in your programs, they too must be marked for non-military use only. However it is not your responsibility to enforce that restriction.

Read more