screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"screen -d -m" but with many windows instead of sessions


From: Samuel Skånberg
Subject: "screen -d -m" but with many windows instead of sessions
Date: Tue, 22 Aug 2006 19:49:08 +0200 (CEST)

Hello!

I have this script:

#!/bin/bash

for i in $@
do
        screen -d -m btdownloadcurses $i
done

This spawns a number of sessions, each one containing a btdownloadcurses process.

What I would like is to have _one_ session but with multiple _windows_. It's much easier to manage.
How would I do that? I have tried reading the manual and e-mailed both Brian Jones and Philip J. Hollenback which have written articles about screen at linux.com.

Thanks!

reply via email to

[Prev in Thread] Current Thread [Next in Thread]