screen-users
[Top][All Lists]
Advanced

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

Re: new window


From: Shigehiko SASAKI
Subject: Re: new window
Date: Sat, 06 Nov 2004 11:58:29 +0900

Hello

Neszt Tibor wrote...
> It is ok. My question is, can I run more command sequentially? For
> exmaple, bash, ls, df -k, ....
> 
> Would be good:
> 
> screen -t title_of_window_0        0 bash, df -k, finger

Would you like to operate interaction shell after executing df and finger?
if yes, you had better use bellow line

screen -t title_of_window_0        0 bash -c 'df -k;finger;exec bash'

enjoy
--
DEKAINO project   Shigehiko SASAKI
   address@hidden / JS1DSC




reply via email to

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