Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #16547
| Path | csiph.com!goblin2!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail |
|---|---|
| From | worley@alum.mit.edu (Dale R. Worley) |
| Newsgroups | gnu.bash.bug |
| Subject | Re: foo | tee /dev/stderr | bar # << thanks! |
| Date | Mon, 06 Jul 2020 21:45:59 -0400 |
| Lines | 9 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.1073.1594086369.2574.bug-bash@gnu.org> (permalink) |
| References | <202007041842.064Ig08v3769297@epjdn.zq3q.org> <87k0zgxfl4.fsf@hobgoblin.ariadne.com> |
| NNTP-Posting-Host | lists.gnu.org |
| X-Trace | usenet.stanford.edu 1594086370 6761 209.51.188.17 (7 Jul 2020 01:46:10 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| To | bug-bash@gnu.org |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1594086362; bh=zVQPXemBHa7x8UCzIx147yuPemACIwCMxyy6F1AS1lg=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-ID; b=TzSE0W3Q5FnGapJ8F7Eu7JC3Y5gXulUxH25fb+E6b/vQwDudmH9aUCnEmT/5s+lWn Q115/xDjVx6cfGpXD2UwtveuI7GDD8Ewq75RbjQSvKv5AbFK5A3VANNAJtVf48Kwr0 QHyRRMtUHRkuwkzUXbs98lOY0csHEQtpNQL81gzdPxMInXEZlAghG62MUJdnzLvuPz /cCBoqtPhygTt32GNKTStjMn/XiLmIUt0OVeOzAct5pRdMYrWbSSFUq+uty9hrqPO/ BMkzSABBYVRUyWYSfrf4x/hdQz+NMVJ3GTbIE5sMqzPRTnBp8kvz1qL23n5hOpqVCv rRWyJnuDryl+Q== |
| X-Xfinity-VMeta | sc=0.00;st=legit |
| X-Authentication-Warning | hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f |
| In-Reply-To | <202007041842.064Ig08v3769297@epjdn.zq3q.org> (bug-bash@trodman.com) |
| Received-SPF | softfail client-ip=2001:558:fe21:29:69:252:207:36; envelope-from=worley@alum.mit.edu; helo=resqmta-ch2-04v.sys.comcast.net |
| X-detected-operating-system | by eggs.gnu.org: First seen = 2020/07/06 21:46:02 |
| X-ACL-Warn | Detected OS = ??? |
| X-Spam_score_int | -11 |
| X-Spam_score | -1.2 |
| X-Spam_bar | - |
| X-Spam_report | (-1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN |
| X-Spam_action | no action |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <87k0zgxfl4.fsf@hobgoblin.ariadne.com> |
| Xref | csiph.com gnu.bash.bug:16547 |
Show key headers only | View raw
bug-bash@trodman.com writes: > foo | tee >(cat >&2) | bar I do wonder how portable >( ... ) is in practice, versus the portability of /dev/stderr. Maybe I worry about the former because I'm not practiced in named-FIFO programming and so think of it as non-universal. Dale
Back to gnu.bash.bug | Previous | Next | Find similar
Re: foo | tee /dev/stderr | bar # << thanks! worley@alum.mit.edu (Dale R. Worley) - 2020-07-06 21:45 -0400
csiph-web