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

2021-11-15 Thread Chet Ramey
On 11/14/21 11:40 AM, 積丹尼 Dan Jacobson wrote: Man page says: -vPrint shell input lines as they are read. -xPrint commands and their arguments as they are executed. Perhaps mention that -x and -vx give the same results, often or always. They don't. -- ``The lyf s

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

2021-11-14 Thread Greg Wooledge
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 >

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

2021-11-14 Thread 積丹尼 Dan Jacobson
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*

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

2021-11-14 Thread Greg Wooledge
On Mon, Nov 15, 2021 at 12:40:22AM +0800, 積丹尼 Dan Jacobson wrote: > Man page says: >-vPrint shell input lines as they are read. >-xPrint commands and their arguments as they are executed. > Perhaps mention that -x and -vx give the same results, often or always. > GNU

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

2021-11-14 Thread Lawrence Velázquez
On Sun, Nov 14, 2021, at 11:40 AM, 積丹尼 Dan Jacobson wrote: > Man page says: >-vPrint shell input lines as they are read. >-xPrint commands and their arguments as they are executed. > Perhaps mention that -x and -vx give the same results, often or always. They don't,

Document -x and -vx give the same results

2021-11-14 Thread 積丹尼 Dan Jacobson
Man page says: -vPrint shell input lines as they are read. -xPrint commands and their arguments as they are executed. Perhaps mention that -x and -vx give the same results, often or always. GNU bash, version 5.1.8