FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Command Line Fundamentals: A Quick Reminder
NewsTools

Command Line Fundamentals: A Quick Reminder

via Dev.to Tutoriallou1mo ago

Reminder of Some Command Lines The terminal is the application that you run that allows you to give commands to your computer. The prompt is the text that you see right before the command you write in your terminal. You can customize it in your current session in zsh like this: The tilde ~ means your home directory. A command line is the text you write in your terminal after the prompt to give your computer a command. GUI stands for Graphical User Interface. You can interact with it using your inputs (mouse, keyboard, etc.). Navigation cd Every time you run: cd It moves you to your home directory. If you want to move to a directory inside your home directory: cd your_directory If you have another directory inside it, you can go deeper: cd child_directory Now let’s say you want to go back, but not to home, just one level: cd .. If you want to go back two levels: cd ../.. If you want to see the current directory you are in (the path), you run: pwd Creating Directories and Files mkdir cre

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
25 views

Related Articles

How Programming Paradigms Are Born
News

How Programming Paradigms Are Born

Medium Programming • 3d ago

Tech Companies Are Quietly Becoming Banks — And No One’s Talking About It
News

Tech Companies Are Quietly Becoming Banks — And No One’s Talking About It

Medium Programming • 3d ago

Product Managers See User Needs. Engineering Managers See System Stress.
News

Product Managers See User Needs. Engineering Managers See System Stress.

Medium Programming • 3d ago

200£ free earn money online without investment
News

200£ free earn money online without investment

Medium Programming • 3d ago

News

How Online Service Applications Are Making Life Easier

Medium Programming • 3d ago

Discover More Articles