This should fix it! Written by the greatest coder I know…Fuzzy!:

perl -e ‘opendir(DIR, “.”);@files=readdir(DIR);foreach $file(@files){next if($file eq “.” or $file eq “..”); $newfile=$file; $newfile=~s/\s+(.+)/$1/;rename($file, $newfile);}’

Mario Loria is a builder of diverse infrastructure with modern workloads on both bare-metal and cloud platforms. He's traversed roles in system administration, network engineering, and DevOps. You can learn more about him here.