Quote:
|
PS: in quoting as a reference i use chap7 from "learning the bash shell 3rd edition" but i am relatively new to shell scripting.Is there any other good reference for bash?
|
The "man" pages are a good reference.
You're right, by the way -- the * doesn't get expanded inside double-quotes. However, it's the ctags_command assignment that would give you problems:
Code:
ctags_command=echo separate words must be quoted