Mac Terminal(shell)
To communicate between computer and ourselves we use shell. Shell can be GUI (graphical user interface) and CLI (command link interface).
CLI in mac called as terminal(shell). It is the text input interface software. In mac there are two types.
- bash-shell ===> old version
- zsh (z-shell) ===> new version
zsh commands
- pwd = print working directory
- ls = list directory
- cd <folder_name> = cd stand for change directory (we can use cd to navigate between folders)
- cd ~ = change directory to root directory