X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=db08274fadf8bb762d5bf9f6030c48fa5afa018b;hb=b43d05116706d888890418ce9f24fa540aa4ef10;hp=07d6447bcccbbf4ebc2dcb08d308937b657e6fb9;hpb=67e47cc3709a98260bd59fa776cc894baf348fb0;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 07d6447b..db08274f 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -924,7 +924,7 @@ return 0 #hmmm: any way to do the below more nicely or reusably? find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f | \ grep -i \ -"csv\|doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|txt\|vsd\|vsdx\|xls\|xlsx\|zip" | \ +"csv\|doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|txt\|vsd\|vsdx\|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.