python-tuf/find-code.sh
2013-02-24 16:23:45 -05:00

1 line
92 B
Bash
Executable file

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