zsh-users
 help / color / mirror / code / Atom feed
From: Jan Kroken <jankr@ifi.uio.no>
To: zsh-users@math.gatech.edu
Subject: Redirection (<>)
Date: 07 Aug 1998 17:19:54 +0200	[thread overview]
Message-ID: <vhipvecu8dh.fsf@thjazi.ifi.uio.no> (raw)


>From zsh.info:

`<>WORD'
     Open file WORD for reading and writing as standard input.  If the
     file does not exist then it is created.

and here's what happens when I try to use it.

~/tmp% cat > f         
a b d f
c d c
c c d
e c d
~/tmp% sed "s/c/f/g" <> f
a b d f
f d f
f f d
e f d
~/tmp% cat f
a b d f
c d c
c c d
e c d
~/tmp% 

And my question is; Why does the output from sed go to stdout?

What does <> really mean?

-- 
                                                     -jk


             reply	other threads:[~1998-08-07 15:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-07 15:19 Jan Kroken [this message]
1998-08-07 15:52 ` Zefram
1998-08-07 16:00 ` Owen M. Astley

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=vhipvecu8dh.fsf@thjazi.ifi.uio.no \
    --to=jankr@ifi.uio.no \
    --cc=zsh-users@math.gatech.edu \
    /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).