diff options
author | Jörg Sommer <joerg@jo-so.de> | 2019-02-12 00:19:13 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-02-27 18:43:31 +0100 |
commit | d9e15cbd188438735f386bc7b50e193094fb79b4 (patch) | |
tree | dc38eaeb6cd1f8a80d188ee4c85be46a2ef37666 /shell-completion/bash | |
parent | 200fb167a2e5353d0ac6e1f8a5d89bbad3842692 (diff) | |
download | systemd-d9e15cbd188438735f386bc7b50e193094fb79b4.tar.gz |
journalctl: New option --cursor-file
The option cursor-file takes a filename as argument. If the file exists and
contains a valid cursor, this is used to start the output after this position.
At the end, the last cursor gets written to the file.
This allows for an easy implementation of a timer that regularly looks in the
journal for some messages.
journalctl --cursor-file err-cursor -b -p err
journalctl --cursor-file audit-cursor -t audit --grep DENIED
Or you might want to walk the journal in steps of 10 messages:
journalctl --cursor-file ./curs -n10 --since=today -t systemd
Diffstat (limited to 'shell-completion/bash')
-rw-r--r-- | shell-completion/bash/journalctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell-completion/bash/journalctl b/shell-completion/bash/journalctl index bcd4533a63..f2e882ca00 100644 --- a/shell-completion/bash/journalctl +++ b/shell-completion/bash/journalctl @@ -48,7 +48,7 @@ _journalctl() { -M --machine -o --output -u --unit --user-unit -p --priority --root --case-sensitive' [ARGUNKNOWN]='-c --cursor --interval -n --lines -S --since -U --until - --after-cursor --verify-key -g --grep + --after-cursor --cursor-file --verify-key -g --grep --vacuum-size --vacuum-time --vacuum-files --output-fields' ) |