π¦ ClawHub
Grep Tool
by @dinghaibin
Search text files for lines matching a pattern using regular expressions. Use for log analysis, code searching, and data filtering.
π‘ Examples
# Case-insensitive search
grep-tool -i "error" log.txtRecursive search
grep-tool -r "function" ./srcCount matches
grep-tool -c "TODO" *.py
TERMINAL
clawhub install grep-tool