Skip to content

Instantly share code, notes, and snippets.

@FreeSlaver
FreeSlaver / query.py
Created March 26, 2024 09:10 — forked from eligao/query.py
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