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

Re: (about quoting) Re: (0) works as a charm



> > so
> >    x='\0'
> >    print $x
> >    x=$'\0'
> >    print $x
> > looks the same
> AH!!  So… testing with “print” (without -r) has pitfalls…

not really pitfalls as the default behaviour probably works
the way we expect most of the time.

> I had no idea print was interpreting things on output…

not "on ouput" but "before releasing on the ouput" but yes: i missed
that point too.

regards
marc



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