Bash: Preserving Whitespace Using set and eval
Nov 06, 2008, 12:05 (0 Talkback[s])
(Other stories by Mitch Frazier)
"The set command takes any arguments after the options (here
"--" signals the end of the options) and assigns them to the
positional parameters ($0..$n). The eval command executes its
arguments as a bash command.
"If you do this without the eval command you'll get the same
result as the first example. By passing the set command to eval
bash will honor the embedded quotes in the string rather than
assume they are part of the word."
Complete Story
Related Stories:
- I Didn't Know You Could do That in Linux!(Nov 05, 2008)
- Get Cable, Dish and Local TV Listings Using Bash(Nov 03, 2008)
- Bash Tips: Speedy Keyboard Shortcuts(Oct 31, 2008)
- Teach an Old Shell New Tricks With BashDiff(Oct 29, 2008)
- 10 Awk Tips, Tricks and Pitfalls
(Oct 24, 2008)
- Developing Software for Linux Platforms(Oct 19, 2008)
- Tip of the Trade: Bash Command Line Shortcuts(Oct 15, 2008)
- 4 Easy Fun Useful Things You Can Do With Linux(Sep 30, 2008)