Created
March 12, 2015 14:06
-
-
Save victorhos/233b4df5a71f9a3e08f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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