Skip to content

Instantly share code, notes, and snippets.

@victorhos
Created March 12, 2015 14:06
Show Gist options
  • Select an option

  • Save victorhos/233b4df5a71f9a3e08f3 to your computer and use it in GitHub Desktop.

Select an option

Save victorhos/233b4df5a71f9a3e08f3 to your computer and use it in GitHub Desktop.
find . -iname '*.html' | xargs grep -i 'OAS_listpos' | cut -d ':' -f1 | xargs sed -i 's/x02[,]\?\|Top1[,]\?\|Middle[,]\?\|Right3[,]\?\|Bottom[,]\?\|Middle1[,]\?\|x31[,]\?\|x32[,]\?\|x33[,]\?\|x34[,]\?\|x35[,]\?//g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment