Fix: ZSH: cd: too many arguments (macOS)


If on the Zsh shell on the macOS Terminal, you get an error "cd: too many arguments" then the reason for it is that you provide multiple arguments to the cd command while it can have only one argument.

Example:

% cd ~/Library/Application Support/Google Chrome

cd: too many arguments

Fix:

Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap