[raspberry-vi] Re: command line was Re: Re: Orca for the Raspberry Pi?

  • From: Mike Ray <mike@xxxxxxxxxxxxxxx>
  • To: raspberry-vi@xxxxxxxxxxxxx
  • Date: Wed, 27 Jul 2016 08:22:15 +0100


I regularly redirect the output of anything to a file and then read the
file.

For example a long listing of files like this:

        ls -1 > res

The -1 switch of ls is for a single column because multiple columns are
confusing to read with a screen-reader.

And then nano the res file.  Delete it immediately of course.



On 26/07/2016 23:16, Jeffery Mewtamer wrote:

I've never used a Braille display(and I can't touch read fast enough
for one to be practical anyways), but who needs to copy and paste when
you can use > and 2> to redirect output to a text file? Not to mention
that this method captures all of the output which is useful when a
command ouputs several screens worth of text, and it's a real life
saver when using a command-line compiler and a small error near the
top of the output causes several screens of false errors that go away
once the error at the top is corrected.



-- 
Michael A. Ray
Analyst/Programmer
Witley, Surrey, South-east UK

Eyes-free Linux:
http://eyesfreelinux.ninja/

Raspberry VI:
http://www.raspberryvi.org/

=========================================================== 
The raspberry-vi mailing list 
Archives: //www.freelists.org/archives/raspberry-vi
Administrative contact: <mike.ray@xxxxxxxxxxxxxx>
-----------------------------------------------------------
Raspberry Pi and the Raspberry Pi logo are trademarks of the Raspberry Pi 
Foundation.

This list is not affiliated to the Raspberry Pi Foundation and the views and 
attitudes expressed by the subscribers to this list do not reflect those of the 
Foundation.

Mike Ray, list creator, January 2013

Other related posts: