Re: variable assignments and parameter expansion in a single command

2007-03-26 Thread Kevin F. Quinn
On Sun, 25 Mar 2007 12:26:32 +0200 Kevin F. Quinn [EMAIL PROTECTED] wrote: FWIW I tried also /usr/xpg4/bin/sh (with the Belenix livecd, SunOS 5.11) and that shows the same as sh/ash/dash/bb. FI just tried on SunOS 5.8 (sparc) - a proper Sun installation - and /usr/xpg4/bin/sh there shows one

Re: variable assignments and parameter expansion in a single command

2007-03-24 Thread Kevin F. Quinn
. -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Re: Bash-3.2 Official Patch 10

2007-03-12 Thread Kevin F. Quinn
On Fri, 09 Mar 2007 11:39:18 -0500 Chet Ramey [EMAIL PROTECTED] wrote: Kevin F. Quinn wrote: On Mon, 5 Mar 2007 17:49:47 -0500 Chet Ramey [EMAIL PROTECTED] wrote: Bash-Release: 3.2 Patch-ID: bash32-010 I'm still seeing a difference in behaviour: Yes. That's the difference

Re: Bash-3.2 Official Patch 10

2007-03-06 Thread Kevin F. Quinn
} | grep ^Alpha Alphabet I guess the question is, is the difference between 3.2.10 and 3.1 semantics for the =~ rhs as described above intended? -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash@gnu.org http

Re: while read subcommand problem

2007-03-02 Thread Kevin F. Quinn
++ )) echo $i : $IP $HOSTNAME done EOF $(grep -v ^# /etc/hosts | head -5) EOF echo echo Total : $i - -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash

Re: Conditional Regexp matching problem in 3.2

2007-01-23 Thread Kevin F. Quinn
yes $ [[ $V =~ 'alphabet' ]] echo yes $ which to me looks like the two operators are not treating quotes the same way. -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman

Re: Conditional Regexp matching problem in 3.2

2007-01-19 Thread Kevin F. Quinn
to confirm/deny that it may be a real problem? Thanks, -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash

Quoting near =~ is inconsistent

2007-01-14 Thread Kevin F. Quinn
syntax error, obviously $ [[ ${v} =~ one\ two ]] echo matches matches -- Kevin F. Quinn signature.asc Description: PGP signature ___ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash