There are two directories I can change to:
Program Files/ Program Files (x86)/
I can change to first one by writing:
cd Program\ Files
But the second for second one:
cd Program\ Files\ (x86)
I get:
bash: syntax error near unexpected token `('
What is the right way to change to second directory?