I have a process running and I would like to know what it prints to stdout and stderr. On linux I would do
tail -f /proc/<pid>/fd/1
How do I do this on macOS?
I have a process running and I would like to know what it prints to stdout and stderr. On linux I would do
tail -f /proc/<pid>/fd/1
How do I do this on macOS?
tail -f <the file>.screento run the process andscreen -xto also connect to the screen or just reconnect to it normally.