If I have a job that's running/paused in the background, is there a way of printing a snapshot of its activity to standard output?
Asked
Active
Viewed 25 times
0
-
Like this? https://stackoverflow.com/questions/1323956/how-to-redirect-output-of-an-already-running-process – pLumo Apr 14 '20 at 12:01
-
Is the output saved in any temporary file? if yes, then you can do a `tail -f
` – Imdad Apr 14 '20 at 12:02 -
I think this answers my question @pLumo, thanks – user1892304 Apr 14 '20 at 12:06
-
@pLumo Yes! Thanks again – user1892304 Apr 14 '20 at 12:09