From: Chris Koeritz Date: Fri, 17 Jul 2020 12:44:52 +0000 (-0400) Subject: added xml as a reasonable extension to spacem X-Git-Tag: 2.140.125^2~8 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b43d05116706d888890418ce9f24fa540aa4ef10 added xml as a reasonable extension to spacem --- 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.