sed with single quote doesn't understand variable (like $<var_name>), it takes it literally. Use sed with double quotes if you intend to replace variable ($<var_name>) with its value (<var_value>). Actually, it is a shell requirement.
26 November, 2010
18 August, 2010
You ain't gonna need it (YAGNI)
Always implement things when you actually need them, never when you just foresee that you need them.
at 2:50 AM
13 March, 2010
simplicity Vs minimalism
simplicity = No complexity or Less complexity
minimalism = All but necessary
at 7:03 AM
Subscribe to:
Posts (Atom)