Kill space in filename recursively
I recently wrote a little script to backup my files, but if a filename contains a space, bash couldn't access it correctly. I worte another script to solve this. save the following text to killspace, then run chmod +x killspace