Completed
00:00 - Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Bash Scripting Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 - Intro
- 2 00:44 - What are Shell and Bash? Why do we need Shell Scripting?
- 3 04:08 - Set Up Bash environment
- 4 06:03 - Real World Use Case for Demo
- 5 13:10 - Create your First Shell Script
- 6 16:18 - File extensions and shebang
- 7 19:43 - Formatting and Readability Improvements
- 8 27:03 - Variables in Shell Scripts
- 9 31:45 - Arrays in Shell Scripts
- 10 36:11 - Loops in Shell Scripts
- 11 49:47 - Writing to Files
- 12 55:03 - Conditionals if statements
- 13 01:01:36 - More Use Cases