Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 639 Bytes

readme.md

File metadata and controls

16 lines (14 loc) · 639 Bytes

likeSTR version beta 0.1

 Prints line if it matches the given filter. Pipeline is supported.
 Usage:
 -file <inpute.txt>      Input file
 -filter "124?123*"      Filter 
           ?                  Any single character
           *                  Zero or more characters
           `*                 Match any character as a literal (not a wildcard character)
                              Works only in PowerShell
           [charlist]         Any single character in charlist or range like [1-7], [a-d]
 -i                      Case-insensitive match

Coverted to exe by https://www.powershellgallery.com/packages/ps2exe/