alias logtail="tail -fn 100 |grep -i -e '^' -e 'warning' -e 'error'" alias logless="cat | grep -i -e '^' -e 'warning' -e 'error'"