All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stephen Samuel <samuel@bcgreen.com>
To: freddie <freddie@tumsan.fi>
Cc: Shawn Ashlee <shawn@ashlee.info>, linux-admin@vger.kernel.org
Subject: Re: [Fwd: Re: ctrl-M]
Date: Thu, 28 Aug 2003 22:12:02 -0700	[thread overview]
Message-ID: <3F4EE0A2.4030600@bcgreen.com> (raw)
In-Reply-To: <5.1.0.14.0.20030827225534.050f3eb0@217.116.160.18>

freddie wrote:
> the \r is your culprit. that creates a ctrl-m. \n doesnt. im going to 
> assume \r is CR/LF and \n is just LF...

   \r will simply generate a ctrl-m ... wherever in the line it is.
If you put it at the end of a line, the implicit \n will get printed
after it (resulting in the well-known cr/lf pair.

\n will generate an extra  LF, but it's not necessary at the end of
a line, because it's implicitly there already.
-- 
Stephen Samuel +1(604)876-0426                samuel@bcgreen.com
		   http://www.bcgreen.com/~samuel/
    Powerful committed communication. Transformation touching
        the jewel within each person and bring it to life.


      reply	other threads:[~2003-08-29  5:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-27 19:48 [Fwd: Re: ctrl-M] Shawn Ashlee
2003-08-27 20:05 ` Tim Walberg
2003-08-27 20:06 ` freddie
2003-08-29  5:12   ` Stephen Samuel [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F4EE0A2.4030600@bcgreen.com \
    --to=samuel@bcgreen.com \
    --cc=freddie@tumsan.fi \
    --cc=linux-admin@vger.kernel.org \
    --cc=shawn@ashlee.info \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.