Lines Matching refs:journalctl
10 journalctl --relinquish-var
14 journalctl --rotate
15 journalctl --flush
16 journalctl --sync
24 ID=$(journalctl --new-id128 | sed -n 2p)
27 journalctl --sync
28 journalctl -b -o cat -t "$ID" >/output
31 ID=$(journalctl --new-id128 | sed -n 2p)
34 journalctl --sync
35 journalctl -b -o cat -t "$ID" >/output
39 ID=$(journalctl --new-id128 | sed -n 2p)
42 journalctl --sync
43 journalctl -b -o cat -t "$ID" >/output
46 ID=$(journalctl --new-id128 | sed -n 2p)
49 journalctl --sync
50 journalctl -b -o cat -t "$ID" >/output
54 ID=$(journalctl --new-id128 | sed -n 2p)
57 journalctl --sync
58 journalctl -b -o cat -t "$ID" >/output
61 ID=$(journalctl --new-id128 | sed -n 2p)
64 journalctl --sync
65 journalctl -b -o cat -t "$ID" >/output
69 ID=$(journalctl --new-id128 | sed -n 2p)
71 journalctl --sync
72 journalctl -b -o export --output-fields=MESSAGE,FOO --output-fields=PRIORITY,MESSAGE -t "$ID" >/out…
81 journalctl -b -1 -b all -m >/dev/null
84 journalctl -q -b-1 -b0 | head -1 >/expected
85 journalctl -q -b-1 -b | head -1 >/output
88 { journalctl -ball -b0 -m 2>&1 || :; } | head -1 >/expected
89 { journalctl -ball -b -m 2>&1 || :; } | head -1 >/output
97 journalctl --sync
100 journalctl -b -o export -t "$ID" --output-fields=_PID | grep '^_PID=' >/output
106 ID=$(journalctl --new-id128 | sed -n 2p)
109 journalctl --sync
110 journalctl -b -o cat -t "$ID" >/output
112 [[ $(journalctl -b -o cat -t "$ID" --output-fields=_TRANSPORT | grep -Pc "^stdout$") -eq 3 ]]
113 [[ $(journalctl -b -o cat -t "$ID" --output-fields=_LINE_BREAK | grep -Pc "^pid-change$") -eq 3 ]]
114 [[ $(journalctl -b -o cat -t "$ID" --output-fields=_PID | sort -u | grep -c "^.*$") -eq 3 ]]
115 [[ $(journalctl -b -o cat -t "$ID" --output-fields=MESSAGE | grep -Pc "^(This will|usually fail|and…
119 journalctl --sync
142 journalctl --follow --file=/var/log/journal/*/* | head -n1 || [[ $? -eq 1 ]]