Created
October 9, 2015 07:21
-
-
Save volo1st/eb23bc6f777eaa5fdc52 to your computer and use it in GitHub Desktop.
Short snippet to get total tracks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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