Re: creating a screen with multiple windows when starting a screen

2006-04-22 Thread Gerhard Siegesmund
> > screen -t mail 2 mutt > > screen -t xt21 su - root -c "xtail /var/log" > > screen -t bbc 30 lynx http://news.bbc.co.uk/1/low.html > > screen -t irc 0 irc Mynick > Maybe you also know how to do this so that, if the luser > quits one of these, that w

Re: creating a screen with multiple windows when starting a screen

2006-04-21 Thread Stephane Chazelas
On Fri, Apr 21, 2006 at 05:15:10PM -0700, [EMAIL PROTECTED] wrote: > > > Ugur ASLAN <[EMAIL PROTECTED]> said > > (on Sat, Apr 22, 2006 at 02:41:05AM +0300): > > > I can't find a way to create all windows with given titles when > > > starting a screen. And I can't make screen run a comm

Re: creating a screen with multiple windows when starting a screen

2006-04-21 Thread grok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Ugur ASLAN <[EMAIL PROTECTED]> said > (on Sat, Apr 22, 2006 at 02:41:05AM +0300): > > I can't find a way to create all windows with given titles when > > starting a screen. And I can't make screen run a command in a > > specified windo

Re: creating a screen with multiple windows when starting a screen

2006-04-21 Thread Geraint Edwards
Ugur ASLAN <[EMAIL PROTECTED]> said (on Sat, Apr 22, 2006 at 02:41:05AM +0300): > I can't find a way to create all windows with given titles when > starting a screen. And I can't make screen run a command in a > specified window when creating it. Is it possible to write a bash > scr

creating a screen with multiple windows when starting a screen

2006-04-21 Thread Ugur ASLAN
Hi,   I use screen very frequently at work, we create a screen with approximately 20 windows and after creating these windows in screen with specified titles (window names), we run some predefined commands like "GET http://www.example.com" or "psql dbname dbuser" at the beginning of our work