Spaces In Terminal

Just gonna put this here because I’m a n00b.

In short, for folders:

$ command “Folder Name”

or

$ command Folder\ Name/

… for files

$ command “file name with spaces”

or

$ command file\ name\ with\ spaces