<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-12-18 22:53 GMT+01:00 Kai Krakow <span dir="ltr"><<a href="mailto:hurikhan77@gmail.com" target="_blank">hurikhan77@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am Mon, 18 Dec 2017 18:01:21 +0100 schrieb Cecil Westerhof:<br>
<br>
> At the moment I am using:<br>
>     journalctl --boot --follow --no-tail --unit storeSystemStatistics<br>
> --unit vmstatLog<br>
><br>
> But instead of unit names you  should be able to use a pattern. I tried the<br>
> following:<br>
>     --unit "storeSystemStatistics|<wbr>vmstatLog"<br>
><br>
> ​And variants on it, but could not make it work.<br>
><br>
> How should I use a pattern. (I could not find info about it.)​<br>
<br>
</span>You can exploit bash expansion for that:<br>
<br>
$ journalctl --boot --follow --notail --unit={storeSystemStatistics,<wbr>vmstatLog}<br>
<br>
Note the equal sign...<br>
<br>
The curly braces will the be expanded into two separate unit parameters<br>
before being passed to the journalctl command.<br></blockquote><div><br><div style="font-family:courier new,monospace;display:inline" class="gmail_default">​Works like a charm. Thanks.<br><br></div></div></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">Cecil Westerhof</div>
</div></div>