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
Best general purpose programming language is?
- Java (73%, 8 Votes)
- Python (9%, 1 Votes)
- C# (9%, 1 Votes)
- Other (9%, 1 Votes)
- C/C++ (0%, 0 Votes)
- Basic (0%, 0 Votes)
- PHP (0%, 0 Votes)
- Ruby (0%, 0 Votes)
- Scala (0%, 0 Votes)
Total Voters: 11
Loading ...
Most popular search terms:
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
|


















