Created
May 8, 2020 04:11
-
-
Save luckylittle/53ef53c7ccc10f4be1e6ea14008419c9 to your computer and use it in GitHub Desktop.
Oneliner lists eBook release folders which don't have the right amount of *.nfo and/or *.diz files in them
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
for x in `ls -1` ; do cd ${x}; echo ${x}\: NFOS=$(ls *.nfo | wc -l) DIZS=$(ls *.diz | wc -l) ; cd .. ; done | grep -v 'NFOS=1 DIZS=1' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For music releases: