Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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'
Advertisement
Add Comment
Please, Sign In to add comment