tail -f | sed

Johnny Eriksson bygg at cafax.se
Wed Apr 16 14:00:58 CEST 2008


> > tail -f -n 100 /var/log/httpd-access.log | sed -e '/^192\.168\..*/ d'
> > -e 's/^/  /'
> 
> Det är ju lite RTFM varning, men fritt ur huvudet, otestad
> 
> awk '
>     $0 !~ "^192\.168\." { 
>        	  		sub("^","  "); 
> 			print
>     }
> '

För att citera Unix Haters Handbook, fritt ur minnet:

  "Commands named after digestive noises".

> Harald.

--Johnny


More information about the Stacken mailing list