1.

Why Don't My Variables Like $var Get Expanded In My Sed Script?

Answer»

Because your sed script uses 'SINGLE quotes' instead of "DOUBLE quotes." Unix SHELLS never EXPAND $VARIABLES in single quotes.

Because your sed script uses 'single quotes' instead of "double quotes." Unix shells never expand $variables in single quotes.



Discussion

No Comment Found