Marc Lanctot wrote:
> Typically I run commands on servers and let them run for some time..
> when I'm done I kill all the processes with one command.
> 
> I would like to be able to kill all my screens in one command as well,
> so I thought of parsing screen -r and sending a "kill command" to each
> screen, but I can't find anything on how to do that in the man page.
> 
> I tried
> 
>   screen -S id -X exit

Try: screen -S id -X quit

-- 
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer.
Maintainer of GNU Wget and GNU Teseq
http://micah.cowan.name/


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to