How to copy output from a terminal?

Linux for blind general discussion blinux-list at redhat.com
Tue Nov 30 09:42:01 UTC 2021


$ ./startwin.sh|tee startwin.log does it destructively.
$ ./startwin.sh | tee -a startwin.log does it non-destructively and
appends onto an existing file with the same name.


On Tue, 30 Nov 2021, Linux for blind general discussion wrote:

> Hi all,
>
>
> I still have a few things I need to fix, but as the subject states, I don't
> know how to copy the output from a terminal so I can ask for help from the
> relevant mailing lists/forums.
>
>
> I am using Mate-Terminal with Orca in Fedora Mate Compiz 35. I know you can
> copy text off a console using speakup, but I am not in a console, now am I?
>
>
> If anyone has any advice, I'd be appreciative. If there is a way, for example
> to pype the output from a command to a text file, for example if I type
>
>
> $ ./startwin.sh
>
> Which is how I would start my qemu Windows VM, can I pype the output to a text
> file in '~/'?
>
>




More information about the Blinux-list mailing list