Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: No newline, no print.



> When I print something to stdout that doesn't have a newline at the end,
> Z-Shell refuses to print it. Note the following Perl program:
> 
>     print "My name is Bob.\n";

setopt no_prompt_cr

But you could as well have read the mailing list archive.
(This one comes up pretty often)

-- 
J



Messages sorted by: Reverse Date, Date, Thread, Author