I\'d like to know if I can colour highlight the output of a shell command that matches certain strings.
For example, if I run myCommand, with the output below:
You can use programs such as:
You can do something like this, but the commands won't see a tty (some will refuse to run or behave differently or do weird things):
exec > >(histring -fEi error) # Bash