Terminal
Goal
- ๐ Get used to "Terminal".
Install Terminal
Mac
For Mac OS, terminal is already installed.
Windows
Install from here: https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701?activetab=pivot:overviewtab
What is Terminal?
The Mac Terminal is a command line interface (CLI) for Mac OS X available in all OS X versions through Lion. It is also a gateway to Unix, or the underlying operating system of OS X. Terminal allows users to modify various characteristics of their Mac desktops, fonts, files and more beyond the standard OS X graphical user interface (GUI). It allows for total customization and command. However, if novice computer users apply modifications incorrectly, this can harm the system or lead to a loss of data.
https://www.techopedia.com/definition/28747/mac-terminal-mac-os-x
GUI vs CLI
Okay, so let's do the same thing with both GUI and CLI.
GUI
- Make
test-gui
folder insidedesktop
- Create new file
text.txt
insidetest-gui
- Open
test-gui
folder in VS code
CLI
- Make
test-cli
folder insidedesktop
- Create new file
text.txt
insidetest-cli
- Open
test-cli
folder in VS code
- Windows terminal with Powershell
- mac terminal
I don't recommend to create file with Powershell
- Powershell has complicated encoding system.
- This will cause a super annoying bug.
- So, I recommend you to create file inside VS code.