Skip to content

wormt/zg

Repository files navigation

zg

grep or something

USAGE

# check if echo outputs any numbers
echo "foo" | zg -e "\d"

# check if lines of a file have any alphanumeric characters
cat file.txt | zg -e "\w"

About

grep in zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors