Skip to content

Instantly share code, notes, and snippets.

@eligao
eligao / query.py
Last active March 26, 2024 09:10
multithreaded recursive txt file searcher
# !/bin/python2
#author: @eligao
#licence: WTFPL http://www.wtfpl.net/
import os
import sys, getopt
from multiprocessing import Pool,freeze_support