mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
2 lines
92 B
Bash
2 lines
92 B
Bash
|
|
find \( -name "*.py" \) -type f -print | xargs grep -nis -IC1 --color=always "$1" | less -R
|