help-bash
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[Help-bash] Anomaly with ${*}
From
:
Bill Gradwohl
Subject
:
[Help-bash] Anomaly with ${*}
Date
:
Mon, 26 Mar 2012 21:50:22 -0600
abc=' '
echo "->${abc}<-"
echo "->${abc// /}<-"
set -- '' '' ''
echo "->${*}<-"
echo "->${*// /}<-"
Why does pattern substitution not work on * ?
--
Bill Gradwohl
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
[Help-bash] Anomaly with ${*}
,
Bill Gradwohl
<=
Re: [Help-bash] Anomaly with ${*}
,
Greg Wooledge
,
2012/03/27
Prev by Date:
Re: [Help-bash] Bash 3 - multidimensional arrays?
Next by Date:
[Help-bash] Anomalies with ${*}
Previous by thread:
[Help-bash] questions about errexit, pipes to while loops
Next by thread:
Re: [Help-bash] Anomaly with ${*}
Index(es):
Date
Thread