Skip to main content
deleted 85 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 237

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!

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!

i'm trying to insert variable in a file with sed

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>
Source Link

Insert variable in specific place using sed

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!