Tail-Problem

Ingo Luetkebohle ingo at devconsult.de
Sun Dec 13 14:09:13 CET 1998


On Sun, 13 Dec 1998, Alexander Reelsen wrote:
> Morgen allseits

*pfft* ;-)
 
> On Sun, 13 Dec 1998, Ingo Luetkebohle wrote:
> > Versuchs doch mal mit
> > 	tail -f ... | grep -E 'bla.*blupp'
> Ne, hat's auch nich so gebracht. Kommt gar nix.

Also, mal ein kleiner Test bei mir:
--
[root at hawking /root]# tail /var/log/messages|grep -E 'pam|failure'
Dec 13 14:08:15 hawking PAM_pwdb[650]: 1 authentication failure; (uid=500)
-> root for su service
--

Das war ohne "-f", also das was in Deinem Fall funktioniert.

--
[root at hawking /root]# tail -f /var/log/messages|grep -E 'pam|failure'
Dec 13 14:08:15 hawking PAM_pwdb[650]: 1 authentication failure; (uid=500)
-> root for su service
--

Und das war *mit* "-f" -- funktioniert auch.
 
> alex at joker:~# tail --version
> tail (GNU textutils) 1.22

Ich habe tail v1.22 (also dieselbe Version wie Du) und grep v2.0
 
--
		Ingo Luetkebohle / 21st Century Digital Boy
dev/consulting Gesellschaft fuer Netzwerkentwicklung und -beratung mbH
url: http://www.devconsult.de/ - fon: 0521-1365800 - fax: 0521-1365803 



More information about the Linux mailing list