G'day Lotus1,

From my *nix (macOS) command line, with my usual 120 CPL (characters per line), I see what you show in the first example (file in Windows); at 80 CPL, I see what you show in the third example (Linux command line).

What CPL are you using for your Windows and Linux command line examples? How does the appearance change using different CPL settings?

I don't have a Windows command line handy to perform any testing now, and I'm an infrequent Windows user, so I'm just guessing that the blank line before the "2" in the second example (Windows command line) is the result of wrapping at 80 CPL and the fact that "\n" is one character (newline) on Linux but two characters (carriage return + newline) on Windows. Do note that guessing is the operative word here.

— Ken


In reply to Re: [OT] Why does newline in Windows print as having width? by kcott
in thread [OT] Why does newline in Windows print as having width? by Lotus1

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.