The error code is -bash: cd: too many arguments.
I am currently using Windows Subsystem running ubuntu 16.04
I tried using a backslash('\') and then the space(' ') , but it is still throwing me the same error.
11 Answer
You may also wrap your folder path in quotes. Try:
cd "new folder" 0