Created
August 30, 2014 15:32
-
-
Save lawrencejones/4eaa6c68b3510f87be0a 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
| #!/bin/sh | |
| cat $1 \ | |
| | grep -B 3 -E "Translation of Javascript" \ | |
| | grep "<dd>/" \ | |
| | sed "s/<dd>\(.*\)<\/dd>/\\1/g" \ | |
| | tr -s " " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment