0

I ssh into an ubuntu machine from a MAC. I have some screens running on the ubuntu machine. I attach to a screen using screen -r <name of screen> command. How do I look at the output of previous commands I have run on the screen? For example, when I use the scroll bar, I do not see the previous output.

Following are what I have tried so far -

  1. Cmd + A, :scrollback 1000

  2. Cmd + A, ESC, Up Arrow

  3. Created ~/.screenrc file and added

    shell "/usr/bin/bash"
    termcapinfo xterm* ti@:te@
    
  4. Cmd + A, Cmd + F to search for previous outputs. This worked but it only searched in text that was on the screen. I need to search for previous text that is not visible on the screen.

0 Answers0