3 lines
70 B
Bash
3 lines
70 B
Bash
|
alias logview="tail -fn 100 |grep -i -e '^' -e 'warning' -e 'error'"
|
||
|
|