Tagged Questions
1
vote
1answer
154 views
How to replace the original value of variable in HTML tag
I am facing some problems in replacing the value of a variable in a html tag in a unix box. Here are the details. Please help me in finding a solution.
#!/bin/ksh
count=5
...