Windows text file viewer that works on Linux text files











up vote
3
down vote

favorite












Is there a way under Windows to view ASCII files that have the Linux-style newline sequence of a single ASCII LF character? Something like like a gedit for Windows.



I need to to this in Windows 8.1 on VirtualBox inside of Linux.



I am aware of todos and fromdos but it's not convenient to do conversions.










share|improve this question




















  • 1




    Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
    – Bert
    May 21 '14 at 15:15












  • Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
    – Cheezmeister
    May 21 '14 at 17:13















up vote
3
down vote

favorite












Is there a way under Windows to view ASCII files that have the Linux-style newline sequence of a single ASCII LF character? Something like like a gedit for Windows.



I need to to this in Windows 8.1 on VirtualBox inside of Linux.



I am aware of todos and fromdos but it's not convenient to do conversions.










share|improve this question




















  • 1




    Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
    – Bert
    May 21 '14 at 15:15












  • Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
    – Cheezmeister
    May 21 '14 at 17:13













up vote
3
down vote

favorite









up vote
3
down vote

favorite











Is there a way under Windows to view ASCII files that have the Linux-style newline sequence of a single ASCII LF character? Something like like a gedit for Windows.



I need to to this in Windows 8.1 on VirtualBox inside of Linux.



I am aware of todos and fromdos but it's not convenient to do conversions.










share|improve this question















Is there a way under Windows to view ASCII files that have the Linux-style newline sequence of a single ASCII LF character? Something like like a gedit for Windows.



I need to to this in Windows 8.1 on VirtualBox inside of Linux.



I am aware of todos and fromdos but it's not convenient to do conversions.







linux windows notepad ascii






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 11 at 9:50









bertieb

5,537112342




5,537112342










asked May 21 '14 at 15:03









H2ONaCl

57021529




57021529








  • 1




    Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
    – Bert
    May 21 '14 at 15:15












  • Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
    – Cheezmeister
    May 21 '14 at 17:13














  • 1




    Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
    – Bert
    May 21 '14 at 15:15












  • Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
    – Cheezmeister
    May 21 '14 at 17:13








1




1




Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
– Bert
May 21 '14 at 15:15






Notepad++ or SublimeText. Any decent Windows text editor will handle UNIX style text files
– Bert
May 21 '14 at 15:15














Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
– Cheezmeister
May 21 '14 at 17:13




Pretty much anything that's not notepad.exe will render LF correctly...even on Windows!
– Cheezmeister
May 21 '14 at 17:13










4 Answers
4






active

oldest

votes

















up vote
5
down vote



accepted










The ultimate built-in solution: WordPad. It's true! :)



For an optimal visual experience, go to the “View” ribbon and select “Word wrap” → “No wrap” (or “Wrap to window”, if that’s your thing). That does away with the page-styled view.






share|improve this answer























  • On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
    – Digger
    Mar 19 '16 at 21:46










  • I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
    – datakid
    May 12 '17 at 1:09




















up vote
2
down vote













gedit for windows??... how about gedit for windows ;)



I'm sat with a linux dev in my office right now who said that this should handle what you need ti to quite happily.






share|improve this answer




























    up vote
    1
    down vote













    Anything other than Notepad. (no joke)



    If you don't want to install anything, WordPad will work. My personal favorite is SciTE.






    share|improve this answer





















    • Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
      – RobH
      May 21 '14 at 16:15


















    up vote
    0
    down vote













    You can use notepad++.
    It will display the file newline format at the bottom right of status bar.



    To show the newline characters explicitly, go to View -> Show Symbol and tick on the Show End of Line option.



    enter image description here






    share|improve this answer





















      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      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: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f757074%2fwindows-text-file-viewer-that-works-on-linux-text-files%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      4 Answers
      4






      active

      oldest

      votes








      4 Answers
      4






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      5
      down vote



      accepted










      The ultimate built-in solution: WordPad. It's true! :)



      For an optimal visual experience, go to the “View” ribbon and select “Word wrap” → “No wrap” (or “Wrap to window”, if that’s your thing). That does away with the page-styled view.






      share|improve this answer























      • On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
        – Digger
        Mar 19 '16 at 21:46










      • I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
        – datakid
        May 12 '17 at 1:09

















      up vote
      5
      down vote



      accepted










      The ultimate built-in solution: WordPad. It's true! :)



      For an optimal visual experience, go to the “View” ribbon and select “Word wrap” → “No wrap” (or “Wrap to window”, if that’s your thing). That does away with the page-styled view.






      share|improve this answer























      • On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
        – Digger
        Mar 19 '16 at 21:46










      • I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
        – datakid
        May 12 '17 at 1:09















      up vote
      5
      down vote



      accepted







      up vote
      5
      down vote



      accepted






      The ultimate built-in solution: WordPad. It's true! :)



      For an optimal visual experience, go to the “View” ribbon and select “Word wrap” → “No wrap” (or “Wrap to window”, if that’s your thing). That does away with the page-styled view.






      share|improve this answer














      The ultimate built-in solution: WordPad. It's true! :)



      For an optimal visual experience, go to the “View” ribbon and select “Word wrap” → “No wrap” (or “Wrap to window”, if that’s your thing). That does away with the page-styled view.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Mar 10 at 13:18

























      answered May 21 '14 at 15:53









      Daniel B

      33.2k76087




      33.2k76087












      • On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
        – Digger
        Mar 19 '16 at 21:46










      • I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
        – datakid
        May 12 '17 at 1:09




















      • On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
        – Digger
        Mar 19 '16 at 21:46










      • I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
        – datakid
        May 12 '17 at 1:09


















      On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
      – Digger
      Mar 19 '16 at 21:46




      On my Windows 7 machine, Wordpad views such files fine, but I can find no option which will save text files edited with same to the Linux newline format. Word is capable of doing this, however.
      – Digger
      Mar 19 '16 at 21:46












      I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
      – datakid
      May 12 '17 at 1:09






      I'm going to disagree with you here. I want WordPad to be good, but for some reason, it is strictly tied to paper/page sizes as dictated by a printer? If you want or need something that can gracefully handle very long lines, you will need a third party solution (gedit for windows, sublime text, notepad++, etc)
      – datakid
      May 12 '17 at 1:09














      up vote
      2
      down vote













      gedit for windows??... how about gedit for windows ;)



      I'm sat with a linux dev in my office right now who said that this should handle what you need ti to quite happily.






      share|improve this answer

























        up vote
        2
        down vote













        gedit for windows??... how about gedit for windows ;)



        I'm sat with a linux dev in my office right now who said that this should handle what you need ti to quite happily.






        share|improve this answer























          up vote
          2
          down vote










          up vote
          2
          down vote









          gedit for windows??... how about gedit for windows ;)



          I'm sat with a linux dev in my office right now who said that this should handle what you need ti to quite happily.






          share|improve this answer












          gedit for windows??... how about gedit for windows ;)



          I'm sat with a linux dev in my office right now who said that this should handle what you need ti to quite happily.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 21 '14 at 15:12









          Fazer87

          10.2k12539




          10.2k12539






















              up vote
              1
              down vote













              Anything other than Notepad. (no joke)



              If you don't want to install anything, WordPad will work. My personal favorite is SciTE.






              share|improve this answer





















              • Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
                – RobH
                May 21 '14 at 16:15















              up vote
              1
              down vote













              Anything other than Notepad. (no joke)



              If you don't want to install anything, WordPad will work. My personal favorite is SciTE.






              share|improve this answer





















              • Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
                – RobH
                May 21 '14 at 16:15













              up vote
              1
              down vote










              up vote
              1
              down vote









              Anything other than Notepad. (no joke)



              If you don't want to install anything, WordPad will work. My personal favorite is SciTE.






              share|improve this answer












              Anything other than Notepad. (no joke)



              If you don't want to install anything, WordPad will work. My personal favorite is SciTE.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              answered May 21 '14 at 16:00









              Jason

              4,7831636




              4,7831636












              • Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
                – RobH
                May 21 '14 at 16:15


















              • Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
                – RobH
                May 21 '14 at 16:15
















              Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
              – RobH
              May 21 '14 at 16:15




              Try Notepad++. It has way more features than Notepad, like syntax colouring for code, column select, multiple file tabs and more.
              – RobH
              May 21 '14 at 16:15










              up vote
              0
              down vote













              You can use notepad++.
              It will display the file newline format at the bottom right of status bar.



              To show the newline characters explicitly, go to View -> Show Symbol and tick on the Show End of Line option.



              enter image description here






              share|improve this answer

























                up vote
                0
                down vote













                You can use notepad++.
                It will display the file newline format at the bottom right of status bar.



                To show the newline characters explicitly, go to View -> Show Symbol and tick on the Show End of Line option.



                enter image description here






                share|improve this answer























                  up vote
                  0
                  down vote










                  up vote
                  0
                  down vote









                  You can use notepad++.
                  It will display the file newline format at the bottom right of status bar.



                  To show the newline characters explicitly, go to View -> Show Symbol and tick on the Show End of Line option.



                  enter image description here






                  share|improve this answer












                  You can use notepad++.
                  It will display the file newline format at the bottom right of status bar.



                  To show the newline characters explicitly, go to View -> Show Symbol and tick on the Show End of Line option.



                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 5 at 7:56









                  jdhao

                  1114




                  1114






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.





                      Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                      Please pay close attention to the following guidance:


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f757074%2fwindows-text-file-viewer-that-works-on-linux-text-files%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                      Mangá

                       ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕