System Grab Bag

View all TLDR pages from Linux (or from all pages)

systemd-cat

Connect a pipeline or program's output streams with the systemd journal. More information: https://www.freedesktop.org/software/systemd/man/systemd-cat.html.
  • Write the output of the specified command to the journal (both output streams are captured):
    systemd-cat {{command}}
  • Write the output of a pipeline to the journal (stderr stays connected to the terminal):
    {{command}} | systemd-cat

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.