> 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 } ' Harald.