
May 11th, 2004, 01:20 PM
|
|
Contributing User
|
|
Join Date: Jul 2003
Posts: 36
Time spent in forums: 3 h 45 m 30 sec
Reputation Power: 6
|
|
|
noob question - processes
I have a perl script I was running(background) from command line. Every so often I have it print some data so I can follow the scripts progress. Then I closed the terminal in which I executed the script.
When I open a new terminal how can I access that process with the perl script so I can see what it is printing?
There are no jobs ("jobs" command returns nothing) but the PID is there. terminal info: (TT "p1-")
Last edited by enormo : May 11th, 2004 at 01:28 PM.
|