- search in shell
- Title: [name of component]
- **garbage output**
- **garbage output**
- Test run: succuess 17 failure 2
- **garbage output**
- **garbage output**
- cat output | sed -e 'm/Tests run(.*)/g'
- grep -E '^Title:|^Test run' fileName
- grep -E '^Title:|^Test run' fileName | egrep -v '^Title: foo XXX|^Title:bar XXX'