How do I move to directory "Program Files (x86)" with CD command?

When I try:

~/.wine/drive_c$ cd Program\ Files\ (x86)

I get:

bash: syntax error near unexpected token `('
1

1 Answer

2 methods (there are more):

cd "Program Files (x86)"
cd Program\ Files\ \(x86\)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like