Skip to content

Instantly share code, notes, and snippets.

@paveljasek
Created August 29, 2016 09:12
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 paveljasek/972868e1066e02dfa52d40feefef42f2 to your computer and use it in GitHub Desktop.
Save paveljasek/972868e1066e02dfa52d40feefef42f2 to your computer and use it in GitHub Desktop.
Count number of product items in a XML feed
# Search for lines including a string and count number of these lines
grep -o '<item>' feed.xml | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment