cd is a built-in shell command that changes the internal shell state via the chdir() syscall. This cannot be called from a script.
cd is a built-in shell command that changes the internal shell state via the chdir() syscall. This cannot be called from a script.