Strangeness in shell
Pete Holsberg
pjh at mccc.UUCP
Tue Jul 18 23:11:22 AEST 1989
If I assign a shell variable a value that contains an asterisk, the
shell behaves strangely if there is a space adjacent to said asterisk.
For example,
x='*z'
echo ${x}
produces
*z
but
x='* z'
echo ${x}
produces
(a list of all the files in the current directory) z
What does the space have to do with this?
Please mail and I'll summarize if there is interest. Thanks.
--
Pete Holsberg -- Mercer College -- Trenton, NJ 08690
...!rutgers!njin!princeton!njsmu!mccc!pjh
More information about the Comp.unix.questions
mailing list