shetland s09e04     trailer park boys s04e02     the flipping el moussas s02e08     crunchlabs     wrath     1977     1977     Vadakkan     lubed 1080     plumperpass 2160p     1977     dancing with myself     1977     evil-s01-04     animal farm 2026     real time with bill maher     1977     1977     milking     Luz casal 1989    

Learning Bash Scripting (2025)

seeders: 3
leechers: 0
Added 1 year ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Learning Bash Scripting (2025) (Size: 273.4 MB)
  01 - Conditional statements with the if keyword.mp4 6.6 MB
  01 - Conditional statements with the if keyword.srt 7.7 KB
  01 - Learning Bash scripting.mp4 2.4 MB
  01 - Learning Bash scripting.srt 1.7 KB
  01 - Next steps.mp4 860.9 KB
  01 - Next steps.srt 921.6 B
  01 - Troubleshooting.mp4 5.2 MB
  01 - Troubleshooting.srt 5.5 KB
  01 - Understanding Bash script syntax.mp4 11.1 MB
  01 - Understanding Bash script syntax.srt 12.8 KB
  01 - What's Bash.mp4 8.5 MB
  01 - What's Bash.srt 7.8 KB
  01 - Working with arguments.mp4 6.2 MB
  01 - Working with arguments.srt 5.9 KB
  02 - Displaying text with echo.mp4 8.3 MB
  02 - Displaying text with echo.srt 8.5 KB
  02 - Ensuring script portability.mp4 4.2 MB
  02 - Ensuring script portability.srt 5 KB
  02 - Following along on a PC.mp4 8.2 MB
  02 - Following along on a PC.srt 8.3 KB
  02 - Pipes and redirections.mp4 10.2 MB
  02 - Pipes and redirections.srt 9.9 KB
  02 - Working with options.mp4 8.5 MB
  02 - Working with options.srt 8.1 KB
  02 - Working with while and until loops.mp4 6.6 MB
  02 - Working with while and until loops.srt 6.6 KB
  03 - Bash builtins and other commands.mp4 6.6 MB
  03 - Bash builtins and other commands.srt 6.3 KB
  03 - Following along using GitHub Codespaces.mp4 8.2 MB
  03 - Following along using GitHub Codespaces.srt 5.7 KB
  03 - Getting input during execution.mp4 8.9 MB
  03 - Getting input during execution.srt 9.7 KB
  03 - Introducing for loops.mp4 9.3 MB
  03 - Introducing for loops.srt 9.2 KB
  03 - Working with variables.mp4 13 MB
  03 - Working with variables.srt 9.2 KB
  04 - Brackets and braces in Bash.mp4 1.9 MB
  04 - Brackets and braces in Bash.srt 2.2 KB
  04 - Ensuring a response.mp4 9.2 MB
  04 - Ensuring a response.srt 9.9 KB
  04 - Selecting behavior using case.mp4 3.1 MB
  04 - Selecting behavior using case.srt 3.3 KB
  04 - Working with numbers.mp4 16.3 MB
  04 - Working with numbers.srt 15.2 KB
  05 - Bash expansions and substitutions.mp4 3.3 MB
  05 - Bash expansions and substitutions.srt 4 KB
  05 - Challenge Make a script that uses input.mp4 827.7 KB
  05 - Challenge Make a script that uses input.srt 1 KB
  05 - Comparing values with test.mp4 10.6 MB
  05 - Comparing values with test.srt 11.6 KB
  05 - Using functions.mp4 10.6 MB
  05 - Using functions.srt 11.5 KB
  06 - Brace expansion.mp4 6.9 MB
  06 - Brace expansion.srt 4.9 KB
  06 - Comparing values with extended test.mp4 8.6 MB
  06 - Comparing values with extended test.srt 9.5 KB
  06 - Reading and writing text files.mp4 6.6 MB
  06 - Reading and writing text files.srt 6.8 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
  07 - Challenge Build a script using control structures.mp4 867.5 KB
  07 - Challenge Build a script using control structures.srt 921.6 B
  07 - Formatting and styling text output.mp4 15.1 MB
  07 - Formatting and styling text output.srt 13.4 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
  08 - Formatting output with printf.mp4 10.2 MB
  08 - Formatting output with printf.srt 9.5 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
  09 - Arithmetic expansion.mp4 2 MB
  09 - Arithmetic expansion.srt 2.3 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
  Bonus Resources.txt 102.4 B
  Get Bonus Downloads Here.url 204.8 B
  ▲ 82 total files

Description


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.

Related Torrents

torrent name size uploader age seed leech
10
25
Machine learning Posted by freecoursewb in Other
8
6
1