Skip to content

Instantly share code, notes, and snippets.

@lawrencejones
Created August 30, 2014 15:32
Show Gist options
  • Save lawrencejones/4eaa6c68b3510f87be0a to your computer and use it in GitHub Desktop.
Save lawrencejones/4eaa6c68b3510f87be0a to your computer and use it in GitHub Desktop.
#!/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