ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,589 results

Missing Semester
Lecture 2: Shell Tools and Scripting (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/shell-tools/ Help us caption ...

48:56
Lecture 2: Shell Tools and Scripting (2020)

342,421 views

5 years ago

Missing Semester
Lecture 3.5: Shell and Scripting (re-recording) (2019)

This is a re-recording of the Shell and Scripting lecture with full screencast and a proper microphone. You can find the lecture ...

58:31
Lecture 3.5: Shell and Scripting (re-recording) (2019)

20,798 views

6 years ago

Missing Semester
Lecture 1: Course Overview + The Shell (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/course-shell/ Help us caption ...

48:17
Lecture 1: Course Overview + The Shell (2020)

856,028 views

5 years ago

DistroTube
Learning Awk Is Essential For Linux Users

One of my favorite command line utilities is "awk" which is a text-processing program. It is mostly used for pattern scanning and ...

20:02
Learning Awk Is Essential For Linux Users

354,313 views

4 years ago

Kris Occhipinti
Writing your First Shell Script for Linux 2022

https://odysee.com/@metalx1000:c Webpage - http://filmsbykris.com Support: https://www.patreon.com/metalx1000 ...

24:05
Writing your First Shell Script for Linux 2022

1,811 views

3 years ago

DistroTube
Add Dialogs And Menus To Shell Scripts With Whiptail

Whiptail is a program that allows shell scripts to display dialog boxes and menus to the user for informational purposes, or to get ...

23:09
Add Dialogs And Menus To Shell Scripts With Whiptail

25,081 views

2 years ago

Red Hat Enterprise Linux
Writing Shell Scripts | Into the Terminal 18

Critical Administration Skills for Red Hat Enterprise Linux: Whether you are new to Linux or new to RHEL, join our hosts for a ...

31:42
Writing Shell Scripts | Into the Terminal 18

808 views

Streamed 3 years ago

DistroTube
Want A List Of Your Keybindings? Write A Shell Script!

I love showing real-world problems being solved through the use of shell scripting. One question I often get is "How can I get ...

27:11
Want A List Of Your Keybindings? Write A Shell Script!

25,419 views

4 years ago

DistroTube
From Zero To Hero With Bash Scripting ('While' Loops and 'If' Statements)

One of the most powerful features of any GNU/Linux operating system is the Bash shell and Bash scripting. And it's not hard at all ...

25:30
From Zero To Hero With Bash Scripting ('While' Loops and 'If' Statements)

17,496 views

1 year ago

DistroTube
Xonsh Is A Modern Shell Powered By Python (Windows, Mac & Linux)

Xonsh is a modern, full-featured and cross-platform python shell. The language is a superset of Python 3.6+ with additional shell ...

20:28
Xonsh Is A Modern Shell Powered By Python (Windows, Mac & Linux)

15,429 views

1 month ago

Missing Semester
Lecture 1: Course Overview + Introduction to the Shell

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2026/course-shell/ 0:00:00 ...

1:14:44
Lecture 1: Course Overview + Introduction to the Shell

26,578 views

7 days ago

ItZ
Bash Shell Scripting Tutorial for Beginners - Full Course

In this Linux tutorial for beginners, we'll learn about the intricacies of the Bash shell and scripting. Linux Terminal Tutoria ...

1:51:39
Bash Shell Scripting Tutorial for Beginners - Full Course

4,362 views

4 years ago

Geek's Lesson
Linux Command Line Full course: Beginners to Experts. Bash Command Line Tutorials

Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the ...

3:23:09
Linux Command Line Full course: Beginners to Experts. Bash Command Line Tutorials

1,439,325 views

6 years ago

Red Hat Enterprise Linux
Basic shell scripting for Linux administrators  | Into the Terminal 160

If you do it once, do it, if you have to do it twice, script it. These are words that systems administrators have lived by for decades.

54:30
Basic shell scripting for Linux administrators | Into the Terminal 160

2,106 views

Streamed 4 months ago

QaOps
Shell Script to simulate logs and using TAIL

In this video, I explain how to use shell script to simulate logs and using the command TAIL to observe those logs. We created a ...

20:55
Shell Script to simulate logs and using TAIL

906 views

5 years ago

North Bay Python
Nutshell in a Python: Adapting patterns from shell scripts

Brett Smith https://2017.northbaypython.org/schedule/presentation/18/ This talk will illustrate common patterns for writing efficient ...

23:02
Nutshell in a Python: Adapting patterns from shell scripts

262 views

8 years ago

Cybersecurity Shandy
Advanced Bash Scripting Tutorial

This video is not being monetized, and no ads (advertising) should be shown. You can find the exercise files in the following link: ...

1:00:27
Advanced Bash Scripting Tutorial

95,985 views

5 years ago

Missing Semester
Lecture 3: Shell and Scripting (2019)

There is a newer version of this lecture here: https://www.youtube.com/watch?v=dbDRfmH5uSI. You can find the lecture notes and ...

1:14:41
Lecture 3: Shell and Scripting (2019)

8,692 views

6 years ago

TechCode
Bash Commands and Scripting for Cloud Computing

Learn the basic bash commands along with some tricks and tips that we've found most useful while working with cloud computing ...

43:14
Bash Commands and Scripting for Cloud Computing

1,736 views

4 years ago

Learn {to} Code
Learn Bash Shell Scripting from Zero to Hero (Part 1/2)

Transform into a Bash scripting maestro! Journey from zero to automation with this comprehensive guide. Learn all Bash Basics, ...

4:16:34
Learn Bash Shell Scripting from Zero to Hero (Part 1/2)

2,976 views

2 years ago

DevConf
Don't write shell scripts, generate them!

Presentation name: Don't write shell scripts, generate them! Speaker: Matěj Týč Description: Writing shell scripts is a fast way how ...

23:17
Don't write shell scripts, generate them!

2,240 views

6 years ago

itzsoft
Shell Scripting Tutorial for Beginners - Full Course

This Shell Scripting tutorial for beginners will help you learn shell script core to get full potential at command line; Learn about CLI ...

1:18:14
Shell Scripting Tutorial for Beginners - Full Course

260 views

4 years ago

Riffomonas Project
How to write a bash script for your reproducible data analysis pipeline (CC247)

Bash and Zsh are tremendously powerful tools for doing file operations from the command line. You can combine multiple bash ...

28:05
How to write a bash script for your reproducible data analysis pipeline (CC247)

5,536 views

3 years ago

CS50
Unix Shells, Environments

Later on here, C-shell scripts should run under the TC-shell. The C-shell was actually never extensively used for scripting since ...

1:34:20
Unix Shells, Environments

9,252 views

12 years ago

Kris Occhipinti
Colors in Your Shell Scripts

Example Code - https://pastebin.com/fy53Se2u https://lbry.tv/$/invite/@metalx1000:c Webpage - http://filmsbykris.com Support ...

22:15
Colors in Your Shell Scripts

3,841 views

5 years ago