Forrest logo
back to context overview

systemd-cat

List of commands for systemd-cat:

  • systemd-cat:tldr:84376 systemd-cat: Write the output of a pipeline to the journal (`stderr` stays connected to the terminal).
    $ ${command} | systemd-cat
    try on your machine
    explain this command
  • systemd-cat:tldr:86ec2 systemd-cat: Write the output of the specified command to the journal (both output streams are captured).
    $ systemd-cat ${command}
    try on your machine
    explain this command
back to context overview