I know its possible to change the name of the logfile with "set filename"

I'd like to have screen write its log files to the name of the window. how can I accomplish this ?

link|improve this question
feedback

1 Answer

check the man and you will find that there is an escape

t    window title

that can be used in filenames

link|improve this answer
Thanks. I must have missed "or filenames". "logfile ~/logs/%t.log" does the tricks in .screenrc. – zack May 4 '10 at 12:52
Feel free to vote up or accept the answer :) – Unreason May 4 '10 at 13:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.