X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=6389b6684b4cc7215613a69c2b3ecb52aae1a6b1;hp=865aa251e03b79f3ce3681d7c4f8e4ee2888a6ee;hb=5d8bf004d7b2cf0479483525e0c71eceb7532c4c;hpb=bc4b351c874f6b2ebe12c6965e75ce676cf2a8cc diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index 865aa251..6389b668 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -949,7 +949,7 @@ return 0 local charnfile="$(mktemp $TMP/zz_charn.XXXXXX)" find "${dirs[@]}" -follow -maxdepth 1 -mindepth 1 -type f | \ grep -i \ -"docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|pptx\|txt\|xlsx\|zip" | \ +"doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|ods\|odt\|pdf\|png\|ppt\|pptx\|txt\|vsd\|vsdx\|xls\|xlsx\|zip" | \ sed -e 's/^/"/' | sed -e 's/$/"/' | \ xargs bash "$FEISTY_MEOW_SCRIPTS/files/spacem.sh" # drop the temp file now that we're done.