Alright, so simple problem here. I\'m working on a simple back up code. It works fine except if the files have spaces in them. This is how I\'m finding files and adding th
Why not give something like this a try: tar cvf scala.tar `find src -name *.scala`
tar cvf scala.tar `find src -name *.scala`