| ||||||
| 5/17 |
| 2004/4/28 [Computer/SW/Unix] UID:13426 Activity:nil 75%like:13415 |
4/27 sed "s/$var1/$var2/" file
I need the double quotes so that it will use the the value
of the variables, var1 and var2, rather than search for the
string '$var1'. However, these variables, themselves, |