Advertisement
hackrepair

Remove <noindex>...random text...</noindex> command

Nov 9th, 2017
1,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. awk -v RS='</noindex>\\s*' -v ORS= '{sub(/<noindex.*/,"")} 1' textfile1.txt > textfile1.fixed.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement