Screen enable/disable logging in all windows

2010-11-19 1 min read bash Learning Linux

If you use screen command a lot then this is something that you will like 🙂

Screen enable/disable loggin in all windows

  <td>
    <div class="text codecolorer">
      bindkey ^l at "#" log on<br /> <br /> bindkey ^o at "#" log off
    </div>
  </td>
</tr>
1
2
3

The command when added in screenrc enables logging all open windows by using the C-l (control-l key combination) and disable by C-o . The lines need to be added in separate lines .

* View this command to comment, vote or add to favourites * View all commands by unixmonkey12787

commandlinefu.com

by David Winterbottom (codeinthehole.com)

URL: http://feedproxy.google.com/~r/Command-line-fu/~3/XcPGxLic2sA/screen-enabledisable-loggin-in-all-windows

Enhanced by Zemanta
comments powered by Disqus