bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature : walkthrough lines of stdout


From: Greg Wooledge
Subject: Re: Feature : walkthrough lines of stdout
Date: Wed, 17 Jun 2015 09:31:06 -0400
User-agent: Mutt/1.4.2.3i

On Wed, Jun 17, 2015 at 04:05:56AM -0700, Hrazel wrote:
> Now it would be nice just to log the last lines on stdout and walk it
> through line by line ready to be put to the clipboard.

This has nothing to do with bash.  You would have to request this
kind of feature at the terminal level (where "terminal" could be an
X terminal emulator, or a terminal multiplexer like screen or tmux).

When bash runs a command, and that command writes stuff to stdout, bash
is not involved in the writing.  Bash does not sit as an intermediary
between the command and the terminal.  Bash doesn't even know whether
the command wrote anything to the terminal or not, let alone what was
written.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]