bug-bash
[Top][All Lists]
Advanced

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

Re: eval a=b\ c


From: Greg Wooledge
Subject: Re: eval a=b\ c
Date: Tue, 26 May 2015 08:31:12 -0400
User-agent: Mutt/1.4.2.3i

On Mon, May 25, 2015 at 12:33:53PM -0700, dave@yost.com wrote:
> # Echo the arguments, then execute them as a command.

> I can't find a way to implement echodo in bash.

set -x
your code
set +x



reply via email to

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