Learning Bash Scripting (2025)

  • Category Other
  • Type Tutorials
  • Language English
  • Total size 273.4 MB
  • Uploaded By freecoursewb
  • Downloads 435
  • Last checked 20 hours ago
  • Date uploaded 5 months ago
  • Seeders 22
  • Leechers 1

Infohash : 4435CE6D2894EA333743E57B8D26CDE884A324DD



Learning Bash Scripting (2025)

https://WebToolTip.com

Released: 07/2025
Duration: 2h 42m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 273 MB
Level: Beginner | Genre: eLearning | Language: English

Bash is a popular command line interpreter, and it’s the default option on most Linux distributions. If you spend much time working with Linux, you’re bound to come across it time and time again. If you do any kind of Linux administration, you’ll find yourself creating and using bash scripts frequently. In this course, Scott Simpson explains how to create a script, make it executable, and run it. Scott takes you through programming tasks, dives into Bash control structures, and highlights how to interact with the user. Plus, he shows you how to troubleshoot your scripts.
This course is integrated with GitHub Codespaces, an instant cloud developer environment that offers all the functionality of your favorite IDE without the need for any local machine setup. With GitHub Codespaces, you can get hands-on practice from any machine, at any time—all while using a tool that you’ll likely encounter in the workplace. Check out the “Following along using GitHub Codespaces” video to learn how to get started.

Files:

[ WebToolTip.com ] Learning Bash Scripting (2025)
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01 - Introduction
    • 01 - Learning Bash scripting.mp4 (2.4 MB)
    • 01 - Learning Bash scripting.srt (1.7 KB)
    • 02 - Following along on a PC.mp4 (8.2 MB)
    • 02 - Following along on a PC.srt (8.3 KB)
    • 03 - Following along using GitHub Codespaces.mp4 (8.2 MB)
    • 03 - Following along using GitHub Codespaces.srt (5.7 KB)
    02 - 1. Using Bash
    • 01 - What's Bash.mp4 (8.5 MB)
    • 01 - What's Bash.srt (7.8 KB)
    • 02 - Pipes and redirections.mp4 (10.2 MB)
    • 02 - Pipes and redirections.srt (9.9 KB)
    • 03 - Bash builtins and other commands.mp4 (6.6 MB)
    • 03 - Bash builtins and other commands.srt (6.3 KB)
    • 04 - Brackets and braces in Bash.mp4 (1.9 MB)
    • 04 - Brackets and braces in Bash.srt (2.2 KB)
    • 05 - Bash expansions and substitutions.mp4 (3.3 MB)
    • 05 - Bash expansions and substitutions.srt (4.0 KB)
    • 06 - Brace expansion.mp4 (6.9 MB)
    • 06 - Brace expansion.srt (4.9 KB)
    • 07 - Parameter expansion.mp4 (5.8 MB)
    • 07 - Parameter expansion.srt (6.3 KB)
    • 08 - Command substitution.mp4 (3.3 MB)
    • 08 - Command substitution.srt (3.6 KB)
    • 09 - Arithmetic expansion.mp4 (2.0 MB)
    • 09 - Arithmetic expansion.srt (2.3 KB)
    03 - 2. Programming with Bash
    • 01 - Understanding Bash script syntax.mp4 (11.1 MB)
    • 01 - Understanding Bash script syntax.srt (12.8 KB)
    • 02 - Displaying text with echo.mp4 (8.3 MB)
    • 02 - Displaying text with echo.srt (8.5 KB)
    • 03 - Working with variables.mp4 (13.0 MB)
    • 03 - Working with variables.srt (9.2 KB)
    • 04 - Working with numbers.mp4 (16.3 MB)
    • 04 - Working with numbers.srt (15.2 KB)
    • 05 - Comparing values with test.mp4 (10.6 MB)
    • 05 - Comparing values with test.srt (11.6 KB)
    • 06 - Comparing values with extended test.mp4 (8.6 MB)
    • 06 - Comparing values with extended test.srt (9.5 KB)
    • 07 - Formatting and styling text output.mp4 (15.1 MB)
    • 07 - Formatting and styling text output.srt (13.4 KB)
    • 08 - Formatting output with printf.mp4 (10.2 MB)
    • 08 - Formatting output with printf.srt (9.5 KB)
    • 09 - Working with arrays.mp4 (7.3 MB)
    • 09 - Working with arrays.srt (7.4 KB)
    • 10 - Challenge Make a script that generates a system report.mp4 (1.8 MB)
    • 10 - Challenge Make a script that generates a system report.srt (2.1 KB)
    • 11 - Solution Make a script that generates a system report.mp4 (6.2 MB)
    • 11 - Solution Make a script that generates a system report.srt (4.5 KB)
    04 - 3. Bash Control Structures
    • 01 - Conditional statements with the if keyword.mp4 (6.6 MB)
    • 01 - Conditional statements with the if keyword.srt (7.7 KB)
    • 02 - Working with while and until loops.mp4 (6.6 MB)
    • 02 - Working with while and until loops.srt (6.6 KB)
    • 03 - Introducing for loops.mp4 (9.3 MB)
    • 03 - Introducing for loops.srt (9.2 KB)
    • 04 - Selecting behavior using case.mp4 (3.1 MB)
    • 04 - Selecting behavior using case.srt (3.3 KB)
    • 05 - Using functions.mp4 (10.6 MB)
    • 05 - Using functions.srt (11.5 KB)
    • 06 - Reading and writing text files.mp4 (6.6 MB)
    • 06 - Reading and writing text files.srt (6.8 KB)
    • 07 - Challenge Build a script using control structures.mp4 (867.5 KB)
    • 07 - Challenge Build a script using control structures.srt (0.9 KB)
    • 08 - Solution Build a script using control structures.mp4 (4.1 MB)
    • 08 - Solution Build a script using control structures.srt (2.7 KB)
    05 - 4. Interacting with the User
    • 01 - Working with arguments.mp4 (6.2 MB)
    • 01 - Working with arguments.srt (5.9 KB)
    • 02 - Working with options.mp4 (8.5 MB)
    • 02 - Working with options.srt (8.1 KB)
    • 03 - Getting input during execution.mp4 (8.9 MB)
    • 03 - Getting input during execution.srt (9.7 KB)
    • 04 - Ensuring a response.mp4 (9.2 MB)
    • 04 - Ensuring a response.srt (9.9 KB)
    • 05 - Challenge Make a script that uses input.mp4 (827.7 KB)
    • 05 - Challenge Make a script that uses input.srt (1.0 KB)
    • 06 - Solution Make a script that uses input.mp4 (5.7 MB)
    • 06 - Solution Make a script that uses input.srt (4.5 KB)
    06 - 5. Bash in the Real World
    • 01 - Troubleshooting.mp4 (5.2 MB)
    • 01 - Troubleshooting.srt (5.5 KB)
    • 02 - Ensuring script portability.mp4 (4.2 MB)
    • 02 - Ensuring script portability.srt (5.0 KB)
    07 - Conclusion
    • 01 - Next steps.mp4 (860.9 KB)
    • 01 - Next steps.srt (0.9 KB)
    • Bonus Resources.txt (0.1 KB)

There are currently no comments. Feel free to leave one :)

Code:

  • udp://tracker.torrent.eu.org:451/announce
  • udp://tracker.tiny-vps.com:6969/announce
  • http://tracker.foreverpirates.co:80/announce
  • udp://tracker.cyberia.is:6969/announce
  • udp://exodus.desync.com:6969/announce
  • udp://explodie.org:6969/announce
  • udp://tracker.opentrackr.org:1337/announce
  • udp://9.rarbg.to:2780/announce
  • udp://tracker.internetwarriors.net:1337/announce
  • udp://ipv4.tracker.harry.lu:80/announce
  • udp://open.stealth.si:80/announce
  • udp://9.rarbg.to:2900/announce
  • udp://9.rarbg.me:2720/announce
  • udp://opentor.org:2710/announce
R2-CACHE ☁️ R2 (hit) | CDN: MISS (0s) 📄 torrent 🕐 05 Jan 2026, 10:15:57 pm IST ⏰ 30 Jan 2026, 10:15:55 pm IST ✅ Valid for 13d 3h 🔄 Refresh Cache