Skip to content
X

Terminal Basics

In 2026, the tools engineers use every day have changed a lot. Claude Code, GitHub CLI (gh), npm, and git all run in the terminal or command line.

If you only work in a GUI, you will not get the full benefit of AI tools. Learning the terminal is the starting point for engineering in 2026.

Learn the role and structure of the terminal in a beginner-friendly way. Understand the difference between GUI and CLI, how to read the prompt, and how to stop being afraid of the terminal.

Learn the commands engineers use every day with examples. Master file and folder operations such as ls, cd, mkdir, and rm.

ToolPurposeInterface
Claude CodeAI coding assistanceCLI (terminal)
gh (GitHub CLI)GitHub operationsCLI (terminal)
gitVersion controlCLI (terminal)
npm / pnpmPackage managementCLI (terminal)
brewMac tool managementCLI (terminal)

To use these tools well, you need the basics of the terminal. Once you finish this section, you will be ready for the next step in your engineering journey.