Bandit Level 3 - OverTheWire

The password is located in a file called "spaces in this filename" in the home directory. This is a trivial problem if you know about tab complete. I remember years and years ago when I first learned about tab complete when I just started working with the command line. It's a life saver. The resultant output from this solution ends up looking something like this:

How you get there is entirely up to you. You can either chose to type out the entire file name with the escape backslashes character by character. Or you can simply type "cat spa" and then just hit TAB. Voila.

On to the next level...