mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-15 13:34:18 +01:00
unposted but c.f. 33723: typo in FAQ
sed argument had unterminated substitution.
This commit is contained in:
parent
fe17d3c113
commit
a3cc409b9b
@ -1,3 +1,8 @@
|
||||
2014-11-20 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* unposted but see 33723: Etc/FAQ.yo: typo in sed command that's
|
||||
been there about twenty years.
|
||||
|
||||
2014-11-19 Peter Stephenson <p.stephenson@samsung.com>
|
||||
|
||||
* users/19404: Etc/FAQ.yo: login shells are not after all
|
||||
|
@ -1763,7 +1763,7 @@ sect(Why is my output duplicated with `tt(foo 2>&1 >foo.out | bar)'?)
|
||||
actually see is that the output is going both to the pipe and into the
|
||||
file. To be more explicit, here's the same example with real commands:
|
||||
verb(
|
||||
% { print output; print error >&2 } 2>&1 >foo.out | sed 's/error/erratic'
|
||||
% { print output; print error >&2 } 2>&1 >foo.out | sed 's/error/erratic/'
|
||||
erratic
|
||||
output
|
||||
% cat foo.out
|
||||
|
Loading…
Reference in New Issue
Block a user