Output on Running PHP from Command Line

General Tech Bugs & Fixes 3 years ago

1.07K 1 0 0 0

User submissions are the sole responsibility of contributors, with TuteeHUB disclaiming liability for accuracy, copyrights, or consequences of use; content is for informational purposes only and not professional advice.

Answers (1)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 3 years ago

 

When running PHP on CLI, with same script concurrently on Ubuntu Linux, I have this:

[1]   Done                    php /var/www/html/deletebadsubjtermsnew.php 150 2 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-2.log.txt
[2]   Done                    php /var/www/html/deletebadsubjtermsnew.php 150 3 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-3.log.txt
[3]   Done                    php /var/www/html/deletebadsubjtermsnew.php 150 4 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-4.log.txt
[4]   Done                    php /var/www/html/deletebadsubjtermsnew.php 150 5 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-5.log.txt
[5]-  Done                    php /var/www/html/deletebadsubjtermsnew.php 150 6 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-6.log.txt
[6]+  Done                    php /var/www/html/deletebadsubjtermsnew.php 150 7 > /var/www/html/deletebadsubjtermsnew8Feb17-R3-7.log.txt

WHat is the - and + for next to [5] and [6]?

0 views
0 shares

No matter what stage you're at in your education or career, TuteeHUB will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.

Similar Forum