Skip to content

Tataz2/likeSTR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published