Skip to content

Instantly share code, notes, and snippets.

@kaneshin
Created August 4, 2014 13:59
Show Gist options
  • Save kaneshin/5e74c214d1598340a1fd to your computer and use it in GitHub Desktop.
Save kaneshin/5e74c214d1598340a1fd to your computer and use it in GitHub Desktop.
cat strings.xml | awk '{sub(".*string.*\">", "");print $1}' | awk '{sub("<\/string.*","");print $1}' | awk '{sub("^<.*", ""); print $1}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment