Skip to content

Instantly share code, notes, and snippets.

@volo1st
Created October 9, 2015 07:21
Show Gist options
  • Save volo1st/eb23bc6f777eaa5fdc52 to your computer and use it in GitHub Desktop.
Save volo1st/eb23bc6f777eaa5fdc52 to your computer and use it in GitHub Desktop.
Short snippet to get total tracks
#!/usr/bin/env bash
find ./* -newermt 2015-10-05 | grep xml | xargs grep '<track>' | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment