hi kevin:
I tried that and it looks good, in terms that my apps inside screen now
get retained across X reboot...but then I find another issue that make
it hard to use this approach in practice:
it looks now I can't copy$paste between vim and other apps, or even
between vim instances I was runn
On Mon, Jul 25, 2011 at 12:25:30PM -0400, Seth Seeger wrote:
> Hello!
>
> I'm trying to do something like this, where I redirect the output of
> my script into a file:
>
>screen -d -m php -f long-runnig-script.php > /tmp/mylogfile.txt
>
> But of course, the ">" is not passed into screen. I'
On 27.07.11,13:26, chen bin wrote:
> typical user case,
>
> I use command `only` (C-a Q) to maximize the window to observer some
> log, then I want to restore the previous layout to do other things.
>
What kind of layout do you want to restore to, is it a split window?
Jostein
__
typical user case,
I use command `only` (C-a Q) to maximize the window to observer some
log, then I want to restore the previous layout to do other things.
--
help me, help you.
___
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/
Hello!
I'm trying to do something like this, where I redirect the output of my
script into a file:
screen -d -m php -f long-runnig-script.php > /tmp/mylogfile.txt
But of course, the ">" is not passed into screen. I've tried escaping the
">" in all the different ways I could think of, but