17 OCT 2024 - Welcome Back to TorrentFunk! Get your pirate hat back out. Streaming is dying and torrents are the new trend. Account Registration works again and so do Torrent Uploads. We invite you all to start uploading torrents again!
TORRENT DETAILS
Udemy - Bash Mastery - Scripting Your Way To Command-Line Excellence
TORRENT SUMMARY
Status:
All the torrents in this section have been verified by our verification system
Mastering and Unleashing the Power of Bash Scripting
What you'll learn
Develop standalone Bash scripts autonomously
nstrate proficiency in both reading and writing Bash syntax
Streamline workflows by employing Bash scripts for automation
Employ advanced debugging tools to troubleshoot Bash scripts effectively
Execute Bash scripts seamlessly on remote servers
Requirements
Basics of Linux command line
You should be comfortable navigating the file system and opening files using the command line
If You Need More Stuff, kindly Visit and Support Us -->> https://CourseWikia.com
Get More Tutorials and Support Us -->> https://FreeCourseWeb.com
We upload these learning materials for the people from all over the world, who have the talent and motivation to sharpen their skills/ knowledge but do not have the financial support to afford the materials. If you like this content and if you are truly in a position that you can actually buy the materials, then Please, we repeat, Please, Support Authors. They Deserve it! Because always remember, without "Them", you and we won't be here having this conversation. Think about it! Peace...
VISITOR COMMENTS (0 )
FILE LIST
Filename
Size
~Get Your Files Here !/1. Introduction to Shell Scripting/1. Purpose of Shell Scripting.mp4
30.7 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/1.1 Cheat Sheet - Getting Started with Shell Scripting.pdf
1.1 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/2. Using Multiple Commands.mp4
30.6 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/3. Creating our First Script File.mp4
151.3 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/3.1 first_script.sh
258 B
~Get Your Files Here !/1. Introduction to Shell Scripting/4. Exercise – Performance Analysis.mp4
64.7 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/5. Solution for Exercise – Performance Analysis.mp4
100.9 MB
~Get Your Files Here !/1. Introduction to Shell Scripting/5.1 performance_analyzer.sh
369 B
~Get Your Files Here !/1. Introduction to Shell Scripting/6. Conclusion.mp4
5.6 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/1. What are Variables.mp4
52.4 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/10. Using bc in scripts.mp4
61.9 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/10.1 bc1.sh
157 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/10.2 bc2.sh
217 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/11. Calculating the number of days between two specific dates using epoch time.mp4
76.8 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/11.1 epoch.sh
231 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/2. Creating a script using Environment Variables.mp4
54.1 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/2.1 env_var.sh
238 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/3. User Variables.mp4
95.1 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/3.1 guests.sh
153 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/3.2 val.sh
125 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/4. Let's understand Command Substitution.mp4
50.8 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/4.1 comm_sub.sh
191 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/5. Exercise - Command Substitution.mp4
18.5 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/6. Solution for Exercise - Command Substitution.mp4
51.7 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/6.1 log.sh
153 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/7. Getting started with Arithmetic Expansion.mp4
48 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/8. Engaging arithmetic expansion while writing scripts.mp4
54.8 MB
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/8.1 ar1.sh
78 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/8.2 ar2.sh
83 B
~Get Your Files Here !/2. Variables, Command Substitution and Arithmetic Expansion/9. Bash Calculator (bc) - A floating point solution.mp4
66.2 MB
~Get Your Files Here !/3. Handling User Input/1. Positional Parameters.mp4
98.1 MB
~Get Your Files Here !/3. Handling User Input/1.1 positional10.sh
152 B
~Get Your Files Here !/3. Handling User Input/1.2 positional20.sh
170 B
~Get Your Files Here !/3. Handling User Input/2. Handling lots of command-line arguments.mp4
40.8 MB
~Get Your Files Here !/3. Handling User Input/2.1 positional30.sh
197 B
~Get Your Files Here !/3. Handling User Input/3. Special parameters.mp4
51.1 MB
~Get Your Files Here !/3. Handling User Input/3.1 special.sh
449 B
~Get Your Files Here !/3. Handling User Input/4. Grabbing all the data.mp4
63.6 MB
~Get Your Files Here !/3. Handling User Input/5. Read command.mp4
72.1 MB
~Get Your Files Here !/3. Handling User Input/5.1 read10.sh
95 B
~Get Your Files Here !/3. Handling User Input/5.2 read20.sh
155 B
~Get Your Files Here !/3. Handling User Input/6. Timing out and reading with no display.mp4
52.7 MB
~Get Your Files Here !/3. Handling User Input/7. Select command.mp4
45.8 MB
~Get Your Files Here !/3. Handling User Input/7.1 select101.sh
149 B
~Get Your Files Here !/4. Using Structured Commands/1. Chaining multiple commands using List.mp4
20.9 MB
~Get Your Files Here !/4. Using Structured Commands/10. Exercise If-then-else statement.mp4
54.5 MB
~Get Your Files Here !/4. Using Structured Commands/10.1 if401.sh
165 B
~Get Your Files Here !/4. Using Structured Commands/11. If-elif-else statement.mp4
42.8 MB
~Get Your Files Here !/4. Using Structured Commands/11.1 elif101.sh
215 B
~Get Your Files Here !/4. Using Structured Commands/12. Exercise - Creating a guest's list.mp4
50.9 MB
~Get Your Files Here !/4. Using Structured Commands/12.1 elif201.sh
569 B
~Get Your Files Here !/4. Using Structured Commands/13. Grade Calculator.html
173 B
~Get Your Files Here !/4. Using Structured Commands/14. File type checker.html
173 B
~Get Your Files Here !/4. Using Structured Commands/15. Building a simple calculator.html
173 B
~Get Your Files Here !/4. Using Structured Commands/16. Case statements.mp4
80.2 MB
~Get Your Files Here !/4. Using Structured Commands/16.1 case101.sh
366 B
~Get Your Files Here !/4. Using Structured Commands/17. Exercise - Verifying the file type using file extension.mp4
65.5 MB
~Get Your Files Here !/4. Using Structured Commands/17.1 case201.sh
247 B
~Get Your Files Here !/4. Using Structured Commands/2. List hands-on-lab.mp4
77.9 MB
~Get Your Files Here !/4. Using Structured Commands/3. Comparing integers using Test command.mp4
86.4 MB
~Get Your Files Here !/4. Using Structured Commands/4. Comparing strings using Test command.mp4
26 MB
~Get Your Files Here !/4. Using Structured Commands/5. Running tests for existing files.mp4
62.3 MB
~Get Your Files Here !/4. Using Structured Commands/6. If-then statement.mp4
73.3 MB
~Get Your Files Here !/4. Using Structured Commands/6.1 If101.sh
70 B
~Get Your Files Here !/4. Using Structured Commands/6.2 if201.sh
58 B
~Get Your Files Here !/4. Using Structured Commands/7. Exercise If-then statement.mp4
87.7 MB
~Get Your Files Here !/4. Using Structured Commands/7.1 if301.sh
424 B
~Get Your Files Here !/4. Using Structured Commands/8. If-then-else statement.mp4
65.1 MB
~Get Your Files Here !/4. Using Structured Commands/8.1 elseif101.sh
106 B
~Get Your Files Here !/4. Using Structured Commands/8.2 elseif201.sh
86 B
~Get Your Files Here !/4. Using Structured Commands/9. Including an else block within an existing script.mp4
49.7 MB
~Get Your Files Here !/4. Using Structured Commands/9.1 elseif301.sh
551 B
~Get Your Files Here !/5. More Structured Commands/1. While loops.mp4
62.6 MB
~Get Your Files Here !/5. More Structured Commands/1.1 while101.sh
160 B
~Get Your Files Here !/5. More Structured Commands/1.2 while201.sh
141 B
~Get Your Files Here !/5. More Structured Commands/10. Using ReadArray command with For loops.mp4
82.9 MB
~Get Your Files Here !/5. More Structured Commands/10.1 forloop201.sh
306 B
~Get Your Files Here !/5. More Structured Commands/11. Search for a specific line using ReadArray command and For loop.html
173 B
~Get Your Files Here !/5. More Structured Commands/2. Create a countdown timer.html
173 B
~Get Your Files Here !/5. More Structured Commands/3. GetOpts.mp4
49.6 MB
~Get Your Files Here !/5. More Structured Commands/3.1 getopts_theory.pdf
501.8 KB
~Get Your Files Here !/5. More Structured Commands/4. GetOpts hands-on-lab.mp4
51.3 MB
~Get Your Files Here !/5. More Structured Commands/4.1 getopts201.sh
326 B
~Get Your Files Here !/5. More Structured Commands/5. Archiving and compressing existing files using getotps.html
173 B
~Get Your Files Here !/5. More Structured Commands/6. Read-while loops.mp4
77.2 MB
~Get Your Files Here !/5. More Structured Commands/6.1 readwhile101.sh
73 B
~Get Your Files Here !/5. More Structured Commands/7. Arrays.mp4
49.7 MB
~Get Your Files Here !/5. More Structured Commands/8. ReadArray Command.mp4
46.6 MB
~Get Your Files Here !/5. More Structured Commands/9. For loops.mp4
29.3 MB
~Get Your Files Here !/5. More Structured Commands/9.1 forloop101.sh
94 B
~Get Your Files Here !/6. Running a Clockwork/1. At command.mp4
33.3 MB
~Get Your Files Here !/6. Running a Clockwork/2. At command examples.mp4
71.7 MB
~Get Your Files Here !/6. Running a Clockwork/3. Scheduling regular scripts using cron program.mp4
80.2 MB
~Get Your Files Here !/6. Running a Clockwork/4. Example - Scheduling a basic script using cron.mp4
30 MB
~Get Your Files Here !/6. Running a Clockwork/5. Existing cron directories.mp4
41.4 MB
~Get Your Files Here !/6. Running a Clockwork/6. crontab.guru.mp4
10.1 MB
~Get Your Files Here !/6. Running a Clockwork/7. Anacron program.mp4
62.1 MB
~Get Your Files Here !/6. Running a Clockwork/8. Conclusion.mp4