public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* sh -c and newline
@ 2016-12-05 19:39 Gluszczak, Glenn
  2016-12-05 20:03 ` Brian Inglis
  0 siblings, 1 reply; 4+ messages in thread
From: Gluszczak, Glenn @ 2016-12-05 19:39 UTC (permalink / raw)
  To: cygwin


I can't seem to get sh -c to recognize newline.  Tcsh -c works.
I'm using echo as an example but I'm actually trying to build a here-document.

%%%sh -c  "echo \nhello"
nhello

%%%sh -c  "echo \\nhello"
nhello

%%%sh -c  "echo \\\nhello"
\nhello

%%%tcsh -c  "echo \nhello"
nhello

%%%tcsh -c  "echo \\nhello"
\nhello

%%%tcsh -c "echo \\\nhello"

hello




--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-12-06  4:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-05 19:39 sh -c and newline Gluszczak, Glenn
2016-12-05 20:03 ` Brian Inglis
     [not found]   ` <91DCAC3CB99C724EB365BB64677FBE7B100851@MX204CL04.corp.emc.com>
2016-12-05 23:30     ` Brian Inglis
2016-12-06  4:59       ` Gluszczak, Glenn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).