Level Goal
The password for the next level is stored in a file called spaces in this filename located in the home directory
This one is another simple cat command.
The only difference is that this time the file is just using a weird character (-)
To cat this file all we need to do i cat ./-
./ tells that we are going to look in the current directory and then we specify the file name (-)

And that’s that