Answers for "bash: cd: too many arguments"

0

bash: cd: too many arguments

Either put the file name in quotes or escape the spaces so that bash knows it's one string: cd 'long file name' or cd long file name. The problem is not unique to Ubuntu. If you were in a Windows command shell you'd have the same issue.
Posted by: Guest on January-18-2022

Code answers related to "bash: cd: too many arguments"

Browse Popular Code Answers by Language