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\) When I try:
~/.wine/drive_c$ cd Program\ Files\ (x86)I get:
bash: syntax error near unexpected token `(' 1 2 methods (there are more):
cd "Program Files (x86)"
cd Program\ Files\ \(x86\)