Please help me i'm trying to insert variable in a file with sed but has not yet successfully((
I have variable $time and i want insert it in index.html file in specific string(line number 53):
the time: <span id="$time"></span>
Please help me to solve it! Thank you!