Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I'm attempting to search a file for a Regex pattern, and return only a count of the number of hits. This is a massive file, 4.5 GB, and I'm expecting several million hits.

I don't need to see the context or the line itself. Just a count.

Been looking at various options in FLP, command line and interface, and if it's possible I can't figure how to make it happen.

by (730 points)

1 Answer

+1 vote
 
Best answer

Interesting problem. Currently there is no way to store only a count of the hits but not store the text.

by (30.1k points)

I ended up using other tools to accomplish this.

...