From: Chris Koeritz Date: Fri, 12 Nov 2021 22:25:41 +0000 (-0500) Subject: added another type to spacem-all X-Git-Tag: 2.140.130~2 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=5e7d9ecacea1415de1c641b5a1519fd65a06c40e added another type to spacem-all --- 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.