Hi,
I am trying to insert an executable string inside a sed command in the
hopes that it will work.
ie:
cat filename | sed -e 's/system/`uname -n`/g'
I want uname -n to execute but to no avail.
How do I do this ?
Or is there a better way ?
Thanks