On Tue, Feb 11, 2014 at 11:20:55PM +0100, Olav Vitters wrote: > $ journalctl | grep > $ journalctl | tail -n 500
grep /var/log/syslog tail -n 500 /var/log/syslog Hm... Is this really simplier? O, wait. I can easily copy my log to any other machine to analyze it there with: scp /var/log/syslog ... Why do i need an unneeded layer for this - journalctl? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/20140212105339.GC7159@localhost

