![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Finding the process id of the process using the ports | kinny | Shell Programming and Scripting | 1 | 3 Weeks Ago 11:02 AM |
| Finding PID of Killing process | enigma_007 | SUN Solaris | 7 | 08-28-2009 07:18 PM |
| Need help in finding process | dheeraj4uuu | Linux | 2 | 06-02-2009 04:34 PM |
| finding Background Process Id | krk_555 | Shell Programming and Scripting | 4 | 10-24-2007 08:34 PM |
| finding process id | sskb | UNIX for Dummies Questions & Answers | 8 | 04-10-2002 02:00 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Finding process id of subsequent process
hi all,
I am trying to find the process id of the subsequent process created via fork and exec calls in perl. For eg: Code:
envVarSetter dataCruncher.exe < input.txt > output.txt it returns only the pid of envVarSetter and I don't know how to find the pid of dataCruncher.exe Option of pgrep, grepping by process name don't seem to suit my case and it will only involve additional processing. Also, multiple different parameters are passed which when grepped will return different values, so that's not a nice option In short, is there a way to find out the pid of subsequent process executed in one command? |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|