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

Unidentified subject!



-----BEGIN PGP SIGNED MESSAGE-----

Oops, I missed out the man page changes from that last patch:

      *** 1.1	1995/07/21 21:31:14
      --- zshmisc.1	1995/07/22 16:18:52
      ***************
      *** 463,469 ****
        .PP
        If the user tries to open a file descriptor for writing more than once,
        the shell opens the file descriptor as a pipe to a process that copies
      ! its input to all the specified outputs, similar to tee(1).  Thus:
        .RS
        .PP
        .B date >foo >bar
      --- 463,470 ----
        .PP
        If the user tries to open a file descriptor for writing more than once,
        the shell opens the file descriptor as a pipe to a process that copies
      ! its input to all the specified outputs, similar to tee(1),
      ! unless the \fBNO_MULTIOS\fP option is set.  Thus:
        .RS
        .PP
        .B date >foo >bar
      ***************
      *** 481,487 ****
        If the user tries to open a file descriptor for reading more than once,
        the shell opens the file descriptor as a pipe to a process that copies
        all the specified inputs to its output in the order
      ! specified, similar to cat(1).  Thus
        .RS
        .PP
        .B sort <foo <fubar
      --- 482,489 ----
        If the user tries to open a file descriptor for reading more than once,
        the shell opens the file descriptor as a pipe to a process that copies
        all the specified inputs to its output in the order
      ! specified, similar to cat(1),
      ! unless the \fBNO_MULTIOS\fP option is set.  Thus
        .RS
        .PP
        .B sort <foo <fubar
      *** 1.2	1995/07/21 21:40:56
      --- zshoptions.1	1995/07/22 16:17:06
      ***************
      *** 306,311 ****
      --- 306,315 ----
        \fBNO_LIST_BEEP\fP
        Don't beep on an ambiguous completion.
        .TP
      + \fBNO_MULTIOS\fP
      + Don't perform implicit \fBtee\fPs or \fBcat\fPs when multiple
      + redirections are attempted (see the \fBREDIRECTION\fP section).
      + .TP
        \fBNO_NOMATCH\fP (\-\fB3\fP)
        If a pattern for filename generation has no matches,
        leave it unchanged in the argument list instead of

-----BEGIN PGP SIGNATURE-----
Version: 2.6.i

iQBVAgUBMBEmN2WJ8JfKi+e9AQFTUAIAguGn1lvdRX1aITwyJusUF8ekYckWu/3e
X78Cq8QyvpMv7TJhjehynEoLtflajBgjLV02sOrYczGsRe7KgdgDRA==
=McHo
-----END PGP SIGNATURE-----



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