in reply to Stupid console tricks (or color highlighted tail)
A cool trick I use to follow a log file is use 'less my.log', /searchstring, SHIFT+fperl -ne 'print /ERROR/ ? "\033[1;31m\033[40m$_\033[0m" : $_ ' my.log
perl -e 'print "\b" . substr("|/-\\", time % 4, 1 ) while 1'
|
---|