Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by octopus

  1. octopus

    Java development question....

    What do you mean by 'JTabbedPane with 4 pages'. Is a page a tab panel or what? If so, why do you want a JFrame in a tab panel?
  2. octopus

    How do I get the PID for a process started in a shell script?

    Well, thanks for the example but that's exactly what I don't want to do. The script you wrote kills <i>all</i> processes named <i>processname</i> owned by <i>processowner</i>.<br><br>I want to get the actual pid value for the started process.<br><br>&nbsp;&nbsp;/Octopus
  3. octopus

    How do I get the PID for a process started in a shell script?

    I want to get the PID for a process started in shell script. <br><br>Example: I start a program named ´testprog´. I want to save the PID for that process in a file so I can kill that process later. Because I want to start several instances of ´testprog´ but not kill all of them at the same time...

Part and Inventory Search

Back
Top