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

Re: screen - Start mit mehreren Fenstern



Am Samstag, 10. März 2007 12:14 schrieb Joerg Lange:

> Frage: Wie krieg ich ein zweites Fenster hin? /usr/bin/screen -d -m -S name
> -t Syslog tail -f /var/log/syslog scheint nicht zu funktionieren.

Die Datei ~/.screenrc solltest Du Dir malc genauer anschauen, Auszüge aus 
dieser:

################
#
# default windows
#

# screen -t 40 2 rlogin faui40
  screen -t name 0
  screen -t bash 1
  screen -t test 2
  screen -t zsh  3
  screen -t irssi 4

# caption always "%3n %t%? @%u%?%? [%h]%?%=%c"
# hardstatus alwaysignore
# hardstatus alwayslastline "%Lw"

# bind = resize =
# bind + resize +1
# bind - resize -1
# bind _ resize max
#
# attrcolor u "-u b"
# attrcolor b "R"

und auch das hier:

#####################################
# ------------------------------------------------------------------------------
# STARTUP SCREENS
# ------------------------------------------------------------------------------

# Example of automatically running some programs in windows on screen startup.
#
#   The following will open top in the first window, an ssh session to monkey
#   in the next window, and then open mutt and tail in windows 8 and 9
#   respectively.
#
# screen -t monkey ssh monkey
screen -t syslog 9 tail -f -n300 /var/log/syslog
#screen -t prozesse 11 top
screen -t bash 0 bash
####################################
-- 
Mfg,
 Michael



Reply to: