I just kicked off a bunch of instances (17) of my program to test them running concurrently. This is what the terminal output looked like near the end.
[9] Done perl test.pl -a
[10] Done perl test.pl -a
[11] Done perl test.pl -a
[12] Done perl test.pl -a
[13] Done perl test.pl -a
[14] Done perl test.pl -a
[15] Done perl test.pl -a
[16]- Done perl test.pl -a
[17]+ Done perl test.pl -a
The 17th was the last one. I was wondering, what does the [16]- and [17]+ mean? Just that they were the last two processes to finish?