Change Directory

How do you properly change your directory. I installed packages but my computer cannot find them?

cd <path> will change your directory, where path is the full path of where you want to go or a child directory of where you currently are.

pwd will also be useful so you can find out where you are.

what OS are you using? you can look up unix terminal command cheat sheet (for linux and mac OS) or windows cmd cheat sheet for windows. It’s kind of difficult at first, but you’ll feel cool once you learn a few

I am using macOS High Sierra. I got this message: bash: syntax error near unexpected token `newline’ when I type cd . What does that mean. Is there a command that transfers packages into a directory.