I'm looking for pages defined by the ToolTwist Designer that use a specific widget. I've tried using grep to search for the widget name but nothing is found, even though I've checked it is in the file.
This is the command I'm using to check a specific page definition:
grep myproject.TestWidget widgets/test_pages/testPage/scratch_me/conf.xml
Any ideas what I'm doing wrong?