Hello,
I would like to get the pid "automatically" by starting a process.
To be more precise: I would like to start a process by means of a script
that (when the process has started) manipulates this process. For this
purpose I need the pid of the just started process.
Is there an easy way without ps and grep? When I start the process
manually in a csh, there appears the pid as the second string. Can I
make use of this output in a script?
Thanks for hints, Thomas