ドキュメントの必要性のために私はシェルスクリプトを持っています、そこで私は与えられた行のシェルスクリプトの最初と最後に特定の文字列を追加しなければなりません、行番号はランダムでリストに含まれています
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