# Input: arg1 find iname expression
# arg2 grep -Ei expression
# arg3 grep -Eiv expression
-# Version: 0.0.1
+# Version: 0.0.3
# Depends: GNU Grep 3.7; GNU find utils 4.8.0; GNU Parallel 20210822
# Load env vars
-o -iname "*.aac" \
-o -iname "*.opus" \
-o -iname "*.wav" \
+ -o -iname "*.aif" \
+ -o -iname "*.ape" \
-o -iname "*.ogg" \) \
-a -iname "*$FIND_SEARCH*" \
2>/dev/random | \
# Author: Steven Baltakatei Sandoval
# License: GPLv3+
-
-#
-# parallel b2sum '{}' | sort | uniq -w 128 | awk '{print $2}'