Re: -c option not working as expected

2025-02-03 Thread Dale . Worley
sanjay kumar via Bug reports for the GNU Bourne Again SHell writes: Somehow all the line breaks in your report were lost. As I reconstruct it, you wrote: > cat test.sh #!/bin/bash echo "argv[0] = ${0}" echo "argv[1] = ${1}" echo "argv[2] = ${2}" echo "count = ${#}" =

Re: Tilde is expanded in $PATH, inconsistent behavior

2025-02-03 Thread Dale . Worley
Subject: Re: Tilde is expanded in $PATH, inconsistent behavior Date: Mon, 27 Jan 2025 15:21:06 -0500 Keith Thompson writes: > The "Tilde Expansion" section of the bash manual does talk about > using '~' when setting $PATH, but that applies only when setting > it, not when using a $PAT