Config File Collection
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.

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