Sometimes my script bugs out and multiple screen sessions with the same name get created. Is there a way to kill all of these with this name in one command?
Rx:/scripts# screen -S haydoz-script -X quit
There are several suitable screens on:
13372.haydoz-script (09/10/11 07:44:05) (Detached)
12287.haydoz-script (09/10/11 07:30:45) (Detached)
12230.haydoz-script (09/10/11 07:17:42) (Detached)
7824.haydoz-script (09/09/11 11:42:26) (Detached)
7764.haydoz-script (09/09/11 11:35:40) (Detached)
15753.haydoz-script (09/04/11 15:00:27) (Detached)
15744.haydoz-script (09/04/11 15:00:26) (Detached)
There are other screens running besides these ones that I do not want to kill.
