for documentation need i have a shell scripts, where i have to add certain string at the start and end in the shell scripts in a given line, the line number is random and contain in the list
for example :-
test.sh
line number := 2,5,6,7,9
Add ">" "/>"
in test.sh file go to the line number 2 and add ">" in the start of the line and "/>" at the end of the line do the same for line number 5,6,7,9