Difference between revisions of "bash expansion and variables"

From thelinuxwiki
Jump to: navigation, search
(Created page with " == variables in sed (and other utils) == BASH treats anything in single-quotes as a literal string, and will not try to interpolate any variables. You probably want to be u...")
 

Latest revision as of 01:28, 12 May 2013


variables in sed (and other utils)

BASH treats anything in single-quotes as a literal string, and will not try to interpolate any variables. You probably want to be using double-quotes instead.