Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • What OS are you using? Commented Apr 21 at 13:52
  • Linux MInt 21.3 which is Ubuntu 22.04. Commented Apr 21 at 13:53
  • does mycommand write directly to the log file or are you (re)directing the output from mycommand to the log (eg, mycommand | tee -a logfile)? does mycommand write the error message to stdout or stderr? Commented Apr 21 at 14:05
  • Removing the tag:bash tag, as you explicitly say this is about zsh. Commented Apr 21 at 14:06
  • mycommand writes directly to the log file. Not sure if stdout or stderr. I was expecting this not to be zsh specific. Commented Apr 21 at 14:29