zsh-users
 help / color / mirror / code / Atom feed
* is this a feature of zsh-3.1.6?
@ 1999-12-27  5:48 User ALEX
  1999-12-27  7:02 ` Geoff Wing
  0 siblings, 1 reply; 7+ messages in thread
From: User ALEX @ 1999-12-27  5:48 UTC (permalink / raw)
  To: zsh-users

Hi.

	The following does not produce output to screen on FreeBSD-3.4:

#include <stdio.h>

int main (void)
{
   printf ("Hello World\n");

   return 0;
}

c74763-a% ./hello
c74763-a% ./hello | strings
Hello World


	When '\n' is added to printf:

#include <stdio.h>

int main (void)
{
   printf ("Hello World\n");

   return 0;
}
c74763-a% ./hello
Hello World


However, when running under /bin/sh, all works.

Please suggest something :-)



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

end of thread, other threads:[~1999-12-29 10:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-27  5:48 is this a feature of zsh-3.1.6? User ALEX
1999-12-27  7:02 ` Geoff Wing
1999-12-27  8:09   ` User ALEX
1999-12-27 12:09     ` Geoff Wing
1999-12-27 13:09       ` David Kågedal
1999-12-29 10:34         ` Nemeth Ervin
1999-12-29 10:35         ` Nemeth Ervin

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).