Skip to content
Discussion options

You must be logged in to vote

Hi,

here are instructions on how to select an output channel for a shell command. You can select Clipboard as an output channel.

  • I noticed your shell command ends with >&2, meaning that the output is directed to stderr (standard error). If you keep the command as is, you need to select Clipboard in Output channel for stderr.
  • Normally non-error output is wanted to be directed to stdout (standard output) by leaving out >&2. If you decide to do this, then you need to select Clipboard in Output channel for stdout.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by craziedde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants