#file #line #text-file #grep #query #file-path

bin+lib andersonpgrep

a tool to grep lines from a file

1 unstable release

0.1.0 Nov 30, 2022

#112 in #text-file

MIT/Apache

11KB
203 lines

andersonpgrep

andersonpgrep is a cmd tool to find text in a lines of text how to run: andersonpgrep <query> <path to file> to run in ignorecase set the enviroment variable to any value for example: in unix IGNORE_CASE=1 andersonpgrep hello file.txt or using powershell in windows $env:IGNORE_CASE=1
the run
andersonpgrep hello file.txt

No runtime deps