Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2 lines
135 B

#!/bin/sh
tail -F my.log | perl -lane 'if (/Iteration duration/) { $F[9] = "\e[1;35m$F[9]\e[0m" if $F[9] >= 90; print join(" ", @F) }'