grep highlight
topic: Linux
grep --color=always -E '<pattern>'
tail -F /var/log/dpi.log | grep --color=always -E '[0-9]+Gbps|throughput:'
This will make it highlight the matching text only, but still show the full line.
Select a result to preview
topic: Linux
grep --color=always -E '<pattern>'
tail -F /var/log/dpi.log | grep --color=always -E '[0-9]+Gbps|throughput:'
This will make it highlight the matching text only, but still show the full line.