X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fcore%2Ffunctions.sh;h=35808d2ef59adb74272d552ec025d26da4d682be;hb=d767c155175d1de753856af6d4dc7edde815129d;hp=8ad72ccf0aae36683981105e1c14383bf042c0a3;hpb=a6c25613042235a647ab5cef8972492249278d39;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 8ad72ccf..35808d2e 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -954,7 +954,7 @@ return 0 #hmmm: yes continued! also a variable for BINARY_FILE_EXTENSIONS to avoid those, where we need to in other scripts. find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f -and -not -iname ".[a-zA-Z0-9]*" | \ grep -i \ -"csv\|doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|xls\|xlsx\|xml\|zip" | \ +"csv\|doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|wav\|xls\|xlsx\|xml\|zip" | \ sed -e 's/^/"/' | sed -e 's/$/"/' | \ xargs bash "$FEISTY_MEOW_SCRIPTS/files/spacem.sh" # drop the temp file now that we're done.