LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   how can this code be develop? (https://www.linuxquestions.org/questions/programming-9/how-can-this-code-be-develop-840645/)

turf 10-26-2010 08:42 PM

how can this code be develop?
 
until [firefox is not running]

wje_lq 10-26-2010 09:49 PM

It can be developed by sitting down and writing it and debugging it as far as you are able. When you have questions, come back here and post the code you have written, along with details of how it doesn't work for you. We're here to help.

Sergei Steshenko 10-26-2010 11:40 PM

Quote:

Originally Posted by turf (Post 4140386)
until [firefox is not running]

Split the task into smaller ones. Answer the question: "How do I determine by program means that a program (e.g. FireFox) is running ?".

Start from

man ps
.


All times are GMT -5. The time now is 08:09 AM.