Date: February 1, 2022 Categories: Development Tags: bash Comments: 0 bash: Dealing with filenames with double spaces in them if I echo a filename with double spaces without putting it in quotes it turns that double into a single, probably because spaces signify args. https://unix.stackexchange.com/questions/273660/how-do-i-echo-a-string-with-multiple-spaces-in-bash-untouched remove_double="`echo "$thumbnail_orig" | sed 's/ */ /g'`"; Leave a Reply Cancel replyYour email address will not be published.Comment Name Email Website Save my name, email, and website in this browser for the next time I comment.