How may I have Ubuntu read an ASCII file out load to me?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












Is there an easy way to have Ubuntu Linux to read a text file to me?



For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?









share









New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
    – Kusalananda
    43 secs ago















up vote
0
down vote

favorite












Is there an easy way to have Ubuntu Linux to read a text file to me?



For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?









share









New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
    – Kusalananda
    43 secs ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Is there an easy way to have Ubuntu Linux to read a text file to me?



For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?









share









New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











Is there an easy way to have Ubuntu Linux to read a text file to me?



For example, let's say I have a file, /tmp/test_type; and in that file I have, Hello, world. What is the easiest way to have Ubuntu read that file -- or any file to me -- when my sight is failing?







ubuntu text-to-speech





share









New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










share









New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








share



share








edited 22 secs ago









Jeff Schaller

34.1k851113




34.1k851113






New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 7 mins ago









Gary Kline

61




61




New contributor




Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Gary Kline is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
    – Kusalananda
    43 secs ago

















  • A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
    – Kusalananda
    43 secs ago
















A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
– Kusalananda
43 secs ago





A related question over on the AskUbuntu site about exactly this: askubuntu.com/questions/501910/…
– Kusalananda
43 secs ago











1 Answer
1






active

oldest

votes

















up vote
0
down vote













The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.



espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.





share




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476090%2fhow-may-i-have-ubuntu-read-an-ascii-file-out-load-to-me%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.



    espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.





    share
























      up vote
      0
      down vote













      The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.



      espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.





      share






















        up vote
        0
        down vote










        up vote
        0
        down vote









        The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.



        espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.





        share












        The Ubuntu Wiki has a pretty good article going over several options. Ubuntu has a built-in screen reader called Orca which you can use if you're using a graphical interface.



        espeak may be pre-installed or, failing that, you can install it with sudo apt install espeak, after which you can use espeak -f /tmp/test_type.






        share











        share


        share










        answered 35 secs ago









        DopeGhoti

        41.7k55180




        41.7k55180




















            Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.












            Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.











            Gary Kline is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476090%2fhow-may-i-have-ubuntu-read-an-ascii-file-out-load-to-me%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Peggy Mitchell

            The Forum (Inglewood, California)

            Palaiologos