Видео с ютуба Ysap
2.5 Hours of Various Bash & Unix tips, tricks, and gotchas. (YSAP Compilation 1-50)
Can You Write A Web Server in PURE BASH?! (no socat, no netcat, no external tools)
Creating an Animated Progress Bar from scratch in Bash to batch-process files!
YSaP world record Airbagged 00:25:088
`/dev/null` is Super Useful! But it can also be weird. You Suck at Programming #072
How to use the Alternate Screen in your terminal - You Suck at Programming #047
Improve your `cd` experience RIGHT NOW with these 2 Bash Features! You Suck at Programming #068
Find *all* files with `**` in Bash! Recursive globbing with bash using globstar.
Creating a PERSISTENT Progress Bar on the Terminal with Bash! v2 Progress Bar
The Problem with Bash 'Strict Mode' - Why I Don’t Use `set -euo pipefail`
Bash Globbing Basics! How to use wildcards on the shell - You Suck at Programming #054
Arrays in Bash Explained in 7 Minutes! - Indexed, Associative, and Nested / Multi-Dimensional
I Created a Bitmap Image using Just Bash! (yes, really) - Graphics Programming in Bash?!
test vs [ vs [[: Bash Conditionals Explained! You Suck at Programming #066
Proper `for` loops in Bash - `for` vs `while` loops - You Suck at Programming #038
Unix/Linux Files Explained - what is an inode? (hardlinks, symlinks, etc.)