Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: feature request



On 1/16/20 5:10 PM, Yefim Vedernikoff wrote:
What would it take to add a new environment variable like $OUTPUT to keep
track of the last output? I like the $(!!) solution from
https://stackoverflow.com/questions/24283097/reusing-output-from-last-command-in-bash
but I don't like that it redoes the work (especially if the work is
intensive).

-Yefim


The shell is ignorant of what a program writes (and how) to your terminal.



Messages sorted by: Reverse Date, Date, Thread, Author