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*

4
  • Don't think you can. You could use screen/tmux but this would only works if you run one of them first. Commented Dec 22, 2022 at 15:00
  • That really is a shame. Thank you very much for the answer, though Commented Dec 22, 2022 at 15:37
  • It's not even possible on linux. Note this comment: unix.stackexchange.com/questions/58550/…. When you start the process you must output to a file, then you can tail -f <the file>. Commented Dec 22, 2022 at 16:16
  • +1 use screen to run the process and screen -x to also connect to the screen or just reconnect to it normally. Commented Dec 24, 2022 at 14:30