From 15119c160268ce4ba9da4be67ed8adc412220b7d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 18 Oct 2012 03:33:44 +0200 Subject: journalctl: implement quering field values with new -F switch Example: journalctl -F _SYSTEMD_UNIT will list all units that ever logged to the journal. --- man/journalctl.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'man') diff --git a/man/journalctl.xml b/man/journalctl.xml index a533f4d0ea..4208fb4edc 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -349,6 +349,16 @@ time, respectively. + + + + + Print all possible + data values the specified field can + take in all entries of the + journal. + + -- cgit v1.2.3-54-g00ecf