Utility for compressing and searching for numbers within the digits of pi
make && sudo make install
Usage: ./pi [-s,--search] <infile> <search>
[-c,--compress] <infile> (<outfile>)
[-h,--help]
Note: This utility will only search a compressed list of pi, so it must be compressed first.
Search for the first occurrence of the SSN 721-07-4426:
make download
pi --compress digits.txt pi.txt
pi --search pi.txt 721-07-4426