Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: worley@alum.mit.edu (Dale R. Worley) Newsgroups: gnu.bash.bug Subject: Re: Command substitution Date: Sun, 07 Jun 2020 17:06:23 -0400 Lines: 9 Approved: bug-bash@gnu.org Message-ID: References: <8e513f8b-c541-ba1e-5f00-85c0afd6068f@archlinux.org> (eschwartz@archlinux.org) <87y2oy8u28.fsf@hobgoblin.ariadne.com> NNTP-Posting-Host: lists.gnu.org X-Trace: usenet.stanford.edu 1591564014 17893 209.51.188.17 (7 Jun 2020 21:06:54 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org To: Eli Schwartz Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcastmailservice.net; s=20180828_2048; t=1591564007; bh=7QcfmNObCtFxt97hdts2N7JNHSRcCWuQ7gimQX99u6E=; h=Received:Received:Received:Received:From:To:Subject:Date: Message-ID; b=KhuPyNjZNCLX+VzqmDU4pvSsZW1Sf8fYeQAufu0NNkfQ5AbDLsXBhk76m912lxZ+U qTy47RkWrlE2UNV4rs9jl2kfABI+xP7Pg+YJZRAmJCprpV0g3xenjpB10NXaMkcJ1X 8H8qvZiEKPhm5L84UNuPxTOzJraf6e4lwTsoqrt5xDQqquXHLHI4Ke2KnN8o08DKrL yu1Cp91HklZEbtqeQL33Nx1DyJG0rQYWSHYRw4fGc7CpcmSqXqp75L4pAfLplZOvCF uKXqKHbIxEVtV5cXsuypW0R8lf3Oid4KLyKinUQg9SuWDj+skYVKS/kbfGTEi8bzAc XZuVhIsZDSPvQ== X-Xfinity-VMeta: sc=-100.00;st=legit X-Authentication-Warning: hobgoblin.ariadne.com: worley set sender to worley@alum.mit.edu using -f In-Reply-To: <8e513f8b-c541-ba1e-5f00-85c0afd6068f@archlinux.org> (eschwartz@archlinux.org) Received-SPF: permerror client-ip=2001:558:fe21:29:69:252:207:33; envelope-from=worley@alum.mit.edu; helo=resqmta-ch2-01v.sys.comcast.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/07 17:06:47 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_MED=0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, T_SPF_PERMERROR=0.01, 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <87y2oy8u28.fsf@hobgoblin.ariadne.com> Xref: csiph.com gnu.bash.bug:16364 Eli Schwartz writes: > Perhaps you meant to say "executes the same command process" instead of > "has the same effect"? Ah, yes, that's what I meant, "Executes the same command with the same arguments, regardless of what the output of command2 is." Dale