Video introduction to linux command line

Solution 1:

The linux command line is called bash (B ourne A gain SH ell), you can search for it on youtube if you want. I used to watch some tutorials about scripting a while ago, here are some of my favorite:

Bash Introduction

  • Introduction to the BASH Shell (Linux Terminal) & File Manipulation Commands

  • Basic Bash Scripting Lesson #1

  • Basic Bash Scripting Lesson #2

Accelerated learning

  • Accelerated Bash scripting for beginners Part 1
  • Accelerated Bash scripting for beginners Part 2

Advanced bash

  • Advanced BASH
  • Intermediate and Advanced: 20. Bash Shell Scripting

Nowadays, I don't really like video lessons, I can read faster than hear someone teaching, if you want some reading material:

  • BASH Programming - Introduction
  • Ubuntu Bash guide
  • Bash guide for begginers