summaryrefslogtreecommitdiffstats
path: root/bin/sh/nodetypes
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-10-03 23:13:14 +0000
committerbrian <brian@FreeBSD.org>2000-10-03 23:13:14 +0000
commit89a0a9cf1836abe33d8635f8eff8286193d3e620 (patch)
tree70219d438da762201d07f27ffc7f0b20263e1b0e /bin/sh/nodetypes
parent917d66438f42a2cdb4cd8ca613b239a72e5652b3 (diff)
downloadFreeBSD-src-89a0a9cf1836abe33d8635f8eff8286193d3e620.zip
FreeBSD-src-89a0a9cf1836abe33d8635f8eff8286193d3e620.tar.gz
Implement the <> redirection operator.
Diffstat (limited to 'bin/sh/nodetypes')
-rw-r--r--bin/sh/nodetypes1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/nodetypes b/bin/sh/nodetypes
index ce82a35..53dd18f 100644
--- a/bin/sh/nodetypes
+++ b/bin/sh/nodetypes
@@ -118,6 +118,7 @@ NARG narg # represents a word
NTO nfile # fd> fname
NFROM nfile # fd< fname
+NFROMTO nfile # fd<> fname
NAPPEND nfile # fd>> fname
type int
next nodeptr # next redirection in list
OpenPOWER on IntegriCloud