Referencing-Files-With-Spaces-In-Name

Referencing File with Spaces in The Name

Docs Resource

You can reference a file with spaces in the name using quotation marks ("").

So this command will work:

cat "./file with spaces in the name"

#bash