python-tuf/find-code.sh

2 lines
92 B
Bash
Raw Normal View History

find \( -name "*.py" \) -type f -print | xargs grep -nis -IC1 --color=always "$1" | less -R