PDA

View Full Version : how to quickly count non-holdem hands


Roswell
10-15-2005, 08:36 PM
I have several sessions of hands from stud8 saved on my hard drive as .txt files. I don't know how many hands are in each file. Is there some way to count them quickly, without going through every file individually?

BigBiceps
10-16-2005, 10:59 AM
I thought of a way to do a rough estimate and that is just look at the total file size in MB and compare it to a file that you know the size and number of hands in it, and then just do the math.

smoore
10-17-2005, 04:26 AM
The UNIX command grep gets the job done.

Wingrep (http://www.wingrep.com/) looks pretty damn cool. /images/graemlins/laugh.gif If you desire a free solution, you could always install cygwin.com and have a whole slew of unix tools at your command.

10-17-2005, 02:49 PM

Roswell
10-17-2005, 03:52 PM
thanks, that is very helpful.