Results 1 to 2 of 2

Thread: View more terminal (terminator) history while in session

  1. #1
    Join Date
    Feb 2008
    Beans
    13

    View more terminal (terminator) history while in session

    I've made a stupid mistake and run an Octave session overnight to produce results to the terminal, with the intention of manually copying and pasting the terminal output to a file. However, I now find that I can't scroll far enough back to copy all the session output. What can I do to access the current session history that is not observable in the terminal window? An added complication is that the terminal I'm using is terminator and there doesn't seem to be an edit option, so edit -> select all -> copy is not available to me. As I write this, the terminal and Octave session are still open, and I need to view the earlier history without either quitting Octave or closing the terminal.

  2. #2
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: View more terminal (terminator) history while in session

    Quote Originally Posted by babelproofreader View Post
    I've made a stupid mistake and run an Octave session overnight to produce results to the terminal, with the intention of manually copying and pasting the terminal output to a file. However, I now find that I can't scroll far enough back to copy all the session output. What can I do to access the current session history that is not observable in the terminal window? An added complication is that the terminal I'm using is terminator and there doesn't seem to be an edit option, so edit -> select all -> copy is not available to me. As I write this, the terminal and Octave session are still open, and I need to view the earlier history without either quitting Octave or closing the terminal.
    Bash stores your history in a your ~/ folder called .bash_history. Unfortunately this is only a history of what was entered to stdin, and AFAIK there's no way to record stdout. Maybe someone will come along and correct me.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •