Skip to content

Instantly share code, notes, and snippets.

@mazieres
Created July 12, 2015 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mazieres/d7bc02832b9b553b4b14 to your computer and use it in GitHub Desktop.
Save mazieres/d7bc02832b9b553b4b14 to your computer and use it in GitHub Desktop.
xmllint --xpath '//*[@PostTypeId="1"]/@Tags' Posts.xml | sed 's/" Tags="/\n/g' | grep 'machine-learning' | sed 's/<\|>/;/g'
@mazieres
Copy link
Author

grep 'PostTypeId="1".machine-learning' ~/data/stackexchange/Posts.xml | sed 's/.Tags="<(.)>" ./\1/g' | sed 's/></;/g' > tags_SOF.csv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment