Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 720 Bytes

File metadata and controls

33 lines (17 loc) · 720 Bytes

This part will show you the basic info and commands in BASH

When you open your BASH (Ubuntu), you will see a dollar sign with your repository $

Exmple

(base) kejty12:~$

Never type the $ into your code (it is there so you know you can interact with the BASH).

When you type your code, you execute it by pressing ⏎ Enter.

The 💲 is followed by a cursor -> you can move your cursor at the beginning of your line -> CTRL+A or at the End -> CTRL+E

Terminal demo

Bash Basics — Mini Quiz

⬅️ Back to Home