Linux Bash for beginners 2022

Опубликовано: 09 Апрель 2026
на канале: GPS
16,711
478

An introduction to Bash!

Notes: https://github.com/madebygps/linux-no...

Learn even more here: https://aka.ms/bashintro5

▬▬▬▬▬▬ LINKS ▬▬▬▬▬▬

TWITTER ►   / madebygps  
LINKEDIN ►   / madebygps  
TIKTOK ►   / madebygps  
GITHUB ► https://github.com/madebygps
NOTES ► https://madebygps.com

▬▬▬▬▬▬ TIMESTAMPS ▬▬▬▬▬▬

0:00 Intro
0:26 What is a CLI?
1:32 What is a Shell?
2:20 What is a terminal?
2:58 What is a Shell script?
3:24 What is Bash?
4:41 You can use Windows terminal and WSL or shell.azure.com
5:20 Bash Command Syntax
8:40 Accessing command documentation with man and --help
13:38 Wildcards
19:35 Some commands don't have a man entry
20:37 ls command
21:00 pwd command
21:18 cat command
22:30 cd command
23:13 mkdir command
23:59 rmdir command
24:33 rm command
26:11 cp command
26:57 mv command
36:47 ps command
27:48 sudo command
28:13 what does recursively mean?
29:35 What is Redirection in Linux
30:32 Redirecting standard output
32:13 Redirecting standard error
34:15 Redirecting standard input
34:48 Pipelines
37:08 ps command and kill command: terminate a misbehaving process
41:50 grep command
46:40 Write a simple bash script