[Udemy] Learn Shell Scripting all Levels. Изучи скрипты на Bash. (английский)
Learn Shell Scripting all Levels
Этот курс поможет понять некоторые основы оболочки программирования скриптов (как скрипт оболочки), и, надеюсь, представить некоторые из возможностей простого, но мощного программирования доступного под оболочкой Bourne.
Требования: Вы должны уметь пользоваться компьютером на начальном уровне.
Этот курс предполагает некоторый предшествующий опыт; а именно:
Использование интерактивной оболочки Unix / Linux
Знание минимального программирования - использование переменных, функций.
Понимание некоторых команд Unix / Linux и компетентность в использовании некоторых из наиболее распространенных. (ls, cp, echo и т. д.)
Программисты ruby, perl, python, C, Pascal или любого языка программирования (даже BASIC), которые могут читать скрипты оболочки, но не чувствуют, что они точно понимают, как они работают.
Целевая аудитория: Любой, кто хочет изучить Bash.
6,5 часов видео
62 урока
Язык: Английский
Продажник:
Скрытое содержимое.
Learn Shell Scripting all Levels
Этот курс поможет понять некоторые основы оболочки программирования скриптов (как скрипт оболочки), и, надеюсь, представить некоторые из возможностей простого, но мощного программирования доступного под оболочкой Bourne.
Требования: Вы должны уметь пользоваться компьютером на начальном уровне.
Этот курс предполагает некоторый предшествующий опыт; а именно:
Использование интерактивной оболочки Unix / Linux
Знание минимального программирования - использование переменных, функций.
Понимание некоторых команд Unix / Linux и компетентность в использовании некоторых из наиболее распространенных. (ls, cp, echo и т. д.)
Программисты ruby, perl, python, C, Pascal или любого языка программирования (даже BASIC), которые могут читать скрипты оболочки, но не чувствуют, что они точно понимают, как они работают.
Introduction
02:03
Shell Kernel Terminal & More
06:52
View System Date Calender
05:40
Create Files & Directories
05:26
Text Files_ Create Merge & Play
04:18
Rename & Delete Files & Directories.
04:36
Create Copies Links to Files & Directories
05:35
File Permissions
04:48
See What's In Using 'ls'
06:56
Change File Permissions Using 'chmod'
04:49
Count Lines Words & Characters Using 'wc'
05:58
Sort
04:42
Cut Through Your Files
06:08
Convert & Copy Files With 'dd'
05:25
Get Help View Fancy Text & Reduce File Size
07:38
Hello World
05:20
Use Commands In Your Scripts
03:07
Shell Variables Grab User Input Using 'read'
06:38
Positional Parameters
07:18
More On Positional Parameters
05:29
Reverse Quotes Or Accent Graves
07:08
Count The Number of Command Line Arguments Using $#
04:12
Math On Integers Using 'expr'
07:03
Operator Precedence
06:24
Math On Real Numbers
08:03
Escape Sequences
09:27
Do Cool Things With 'tput'
06:57
'if-then' Statement in Action
07:15
If then else statement
05:35
Run Checks on Numbers
07:27
Run Checks On Files
07:30
Append Text to a File Through Shell Script
07:37
Run Checks On Strings
07:51
The 'AND' Logical Operator
06:12
Count The Number of Characters in User's Input in Your Script
06:43
The 'OR' Logical Operator
06:36
The 'case' Statement
10:50
Another Date With 'case' Statement
10:42
The 'while' Loop
05:35
The 'until' Loop
04:37
The 'for' Loop
07:06
Rant & Little Work
05:35
Search Patterns Using 'grep'
06:18
The 'passwd' File Explained
06:23
The Internal Field Separator
05:42
'passwd' File Revisited
05:53
Reading From a File
08:45
Sleep while you are at work
04:54
Count the number of words & sentences in a text file without using 'wc'
07:19
Fetch & Redirect Man Pages of commands using 'for loop'
05:45
Nested Loops
06:08
The 'break' Statement
04:06
The 'continue' Statement
04:43
More on Metacharacters
04:35
Adding & Removing Users
03:44
Know when users log in Part One
10:16
Know when users log in Part Two
05:06
Know when users log in Final Part
05:45
Communicate with other users using 'write'
04:26
Create Your Own Commands Using Functions
04:25
Executing Multiple Scripts
03:02
Conclusion
02:56
02:03
Shell Kernel Terminal & More
06:52
View System Date Calender
05:40
Create Files & Directories
05:26
Text Files_ Create Merge & Play
04:18
Rename & Delete Files & Directories.
04:36
Create Copies Links to Files & Directories
05:35
File Permissions
04:48
See What's In Using 'ls'
06:56
Change File Permissions Using 'chmod'
04:49
Count Lines Words & Characters Using 'wc'
05:58
Sort
04:42
Cut Through Your Files
06:08
Convert & Copy Files With 'dd'
05:25
Get Help View Fancy Text & Reduce File Size
07:38
Hello World
05:20
Use Commands In Your Scripts
03:07
Shell Variables Grab User Input Using 'read'
06:38
Positional Parameters
07:18
More On Positional Parameters
05:29
Reverse Quotes Or Accent Graves
07:08
Count The Number of Command Line Arguments Using $#
04:12
Math On Integers Using 'expr'
07:03
Operator Precedence
06:24
Math On Real Numbers
08:03
Escape Sequences
09:27
Do Cool Things With 'tput'
06:57
'if-then' Statement in Action
07:15
If then else statement
05:35
Run Checks on Numbers
07:27
Run Checks On Files
07:30
Append Text to a File Through Shell Script
07:37
Run Checks On Strings
07:51
The 'AND' Logical Operator
06:12
Count The Number of Characters in User's Input in Your Script
06:43
The 'OR' Logical Operator
06:36
The 'case' Statement
10:50
Another Date With 'case' Statement
10:42
The 'while' Loop
05:35
The 'until' Loop
04:37
The 'for' Loop
07:06
Rant & Little Work
05:35
Search Patterns Using 'grep'
06:18
The 'passwd' File Explained
06:23
The Internal Field Separator
05:42
'passwd' File Revisited
05:53
Reading From a File
08:45
Sleep while you are at work
04:54
Count the number of words & sentences in a text file without using 'wc'
07:19
Fetch & Redirect Man Pages of commands using 'for loop'
05:45
Nested Loops
06:08
The 'break' Statement
04:06
The 'continue' Statement
04:43
More on Metacharacters
04:35
Adding & Removing Users
03:44
Know when users log in Part One
10:16
Know when users log in Part Two
05:06
Know when users log in Final Part
05:45
Communicate with other users using 'write'
04:26
Create Your Own Commands Using Functions
04:25
Executing Multiple Scripts
03:02
Conclusion
02:56
6,5 часов видео
62 урока
Язык: Английский
Продажник:
Скрытое содержимое.
https://www.udemy.com/learn-shell-scripting-all-levels/