E-Mail-Log: Unterschied zwischen den Versionen
Aus WikiStar
(Die Seite wurde neu angelegt: „==Heute:== grep web431 /var/log/mail ==Im Archiv:== zgrep web42 /var/log/mail zgrep web42 /var/log/mail-20140318.bz2 == Nach bestimmtem Inhalt suchen ==…“) |
|||
| Zeile 10: | Zeile 10: | ||
== Nach bestimmtem Inhalt suchen == | == Nach bestimmtem Inhalt suchen == | ||
zgrep web42 /var/log/mail-20090318.bz2 | grep .ht* | zgrep web42 /var/log/mail-20090318.bz2 | grep .ht* | ||
| + | |||
| + | |||
| + | ==Log überwachen:== | ||
| + | |||
| + | tail -f /var/log/mail | ||
| + | tail -f /var/log/mail | grep "note" | ||
Version vom 19. März 2014, 14:57 Uhr
Inhaltsverzeichnis
Heute:
grep web431 /var/log/mail
Im Archiv:
zgrep web42 /var/log/mail zgrep web42 /var/log/mail-20140318.bz2
Nach bestimmtem Inhalt suchen
zgrep web42 /var/log/mail-20090318.bz2 | grep .ht*
Log überwachen:
tail -f /var/log/mail tail -f /var/log/mail | grep "note"