zsh-users
 help / color / mirror / code / Atom feed
From: User ALEX <alex@c74763-a.aurora1.co.home.com>
To: zsh-users@sunsite.auc.dk
Subject: is this a feature of zsh-3.1.6?
Date: Sun, 26 Dec 1999 22:48:12 -0700 (MST)	[thread overview]
Message-ID: <Pine.BSF.4.21.9912262243070.2119-100000@c74763-a.aurora1.co.home.com> (raw)

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 :-)



             reply	other threads:[~1999-12-27  5:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-27  5:48 User ALEX [this message]
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

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=Pine.BSF.4.21.9912262243070.2119-100000@c74763-a.aurora1.co.home.com \
    --to=alex@c74763-a.aurora1.co.home.com \
    --cc=zsh-users@sunsite.auc.dk \
    /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.
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).