X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Ffunctions.sh;h=c5a4f87daa7cc153a4d3d471a9c0d6e70e80ac67;hb=dcd689910fd9c9c01ccabdfd95c1c23a06705166;hp=c25a8791622d650728a35c0e5441acb7ede79393;hpb=055e141d757f14777e90ed06fef6a5393b8ea53c;p=feisty_meow.git diff --git a/scripts/core/functions.sh b/scripts/core/functions.sh index c25a8791..c5a4f87d 100644 --- a/scripts/core/functions.sh +++ b/scripts/core/functions.sh @@ -966,7 +966,7 @@ return 0 #hmmm: would the composition of those two types of extensions cover all the files i want to rename? they have to be "important". 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\|odp\|ods\|odt\|pdf\|png\|ppt\|pptx\|rtf\|txt\|vsd\|vsdx\|xls\|xlsx\|xml\|zip" | \ +"csv\|doc\|docx\|eml\|html\|jpeg\|jpg\|m4a\|mov\|mp3\|odp\|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.