Introduction to Bash, VIM & Regex

Introduction to Bash, VIM & Regex

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 4h 19m | 1.32 GB

In this course James Halliday (Substack), author with more than 750 packages at npm, walks you through an illuminating guide to everything Unix! You’ll learn how to take control of the Unix command line to write your own tools, automate tasks with shell scripts and the pipeline, compose regular expressions to master search patterns, and easily edit files with the popular Vim editor.

Table of Contents

Bash
1 Introducing UNIX
2 Introducing the Unix Shell
3 Using Shell
4 Introducing Aliases
5 Special Directories

File Management
6 Combining and Copying Files
7 Moving Files and Creating Directories
8 Commands to Help Reduce Repetitive Typing
9 Deleting Files and Counting Words
10 Documentation and Options
11 Paths
12 Writing and Reading Files

Pipes
13 Quotes
14 Pipes
15 Curl, Grep, and Pipeline
16 head and tail commands
17 Calendar and Dates
18 Shorten Lines
19 More Curl and Grep
20 Backticks and Arithmetic
21 Q&A – Watch and Weather
22 Environmental Variables

Bash Shell Scripts
23 Introducing Scripts
24 Read, Loops and While
25 $PATH
26 Permissions
27 Exit Codes, Operators, and Subshells
28 Job Control
29 Screen

Regular Expressions
30 Introducing Regular Expressions
31 Regular Expressions in JavaScript
32 Flags, Metacharacters, and Quantifiers
33 Character Class Ranges
34 Anchors, Groups, and sed
35 Q&A – Regular Expressions Reference
36 Wrapping Up Regular Expressions

VIM
37 Introducing Vim
38 Using Vim
39 Modes ad Moving Around
40 Deleting and Searching
41 Search and Replace
42 Visual Select
43 Paste Buffer and Insert Modes
44 Wrapping up Vim