bug-bash
[Top][All Lists]
Advanced

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

Re: Document -x and -vx give the same results


From: Greg Wooledge
Subject: Re: Document -x and -vx give the same results
Date: Sun, 14 Nov 2021 15:24:44 -0500

On Mon, Nov 15, 2021 at 04:04:36AM +0800, 積丹尼 Dan Jacobson wrote:
> I was testing -xeu vs. -vxeu on
> 
> set -xeu
> set /var/lib/exim4/config.autogenerated
> cp $@ /tmp
> update-exim4.conf --verbose
> diff /tmp $@||:
> set update-exim4.conf.conf
> echo . $PWD/$@-jidanni > /tmp/$@
> diff $@ /tmp
> 
> and no matter STDOUT or STDERR they gave the same results, there in
> emacs' *compilation* buffer.

1) What does emacs have to do with anything?  Run the script from a shell.

2) Your script has no compound commands of any kind.  No functions, no
   loops, no if statements, no case statements, no subshells, no braced
   command groups.  Nothing at all that would indicate the difference
   between -v and -x.

   Try a script with some of the above.



reply via email to

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