Skip to content

Helpful Hints

Claire edited this page Mar 20, 2017 · 1 revision

To look for a variable name (or other) in any TCRM file:

find . -name "*.py" -type f -print0 | xargs -0 grep "search_term"