Directories will list, but are not recognize by cd
- by mdimond
New to terminal and having problems out of the gate. Using Terminal 2.1.2 on a Mac running 10.6.8. Using the "ls Documents" will list the contents, but when I try to change directories, which I tried several different ways, I get the following results:
new-host-2:~ MDimond$ cd.
-bash: cd.: command not found
new-host-2:~ MDimond$ cd./Users/MDimond/Documents
-bash: cd./Users/MDimond/Documents: No such file or directory
new-host-2:~ MDimond$ cd. /Documents
-bash: cd.: command not found
The /usr/bin has the cd command listed; the /bin does not. Any assistance would be greatly appreciated. Thanks, md