Pario TechnoBlob
About
Posts
Tag: tail
‘tail -f’ with highlight
This is an example of how you can use tail with colors. # tail -f /var/log/maillog | perl -pe 's/colorthisword/\e[1;32;40m$&\e[0m/g' The ;;; values explained...