Howto escape the wildcard or asterisk character in bash?By neokrates, written on August 30, 2010 |
bash snippet |
- neokrates
- Email: uwarov@yahoo.com
- Website: http://www.thinkplexx.com
- Join date: 05-31-09
- Posts: 20
Rate it
Ad
Poll
Loading ...
Most popular search terms:
Stats
-
Since publication, this page was visited 305 time(s).
Option one:
name=Neokrates text="Hello $name, please don't escape the *"echo "$text"
prints: Hello Neokrates, please don’t escape the *
Option two:
name=Neokrates text="Hello $name, please don't escape the *"echo "$text"
prints: Hello $name, please don’t escape the *
|
TAGS
|
|
SOCIAL
|


















