bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with command substitution and command alias


From: Andreas Schwab
Subject: Re: Problems with command substitution and command alias
Date: Sat, 21 Nov 2020 18:10:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

On Nov 22 2020, Hyunho Cho wrote:

> if i run following command ( including "prompt$" )
> then "command not found" error occurred
> but "$( mktemp -d -p /dev/shm )" command substitution executed completely

The expansion is of course performed before the command is executed.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]