├── 1.Introduction ├── 1. Bash Shell Scripting Course Overview.pdf ├── 2. Location of Required Documents.pdf ├── 3. Environment Setup to Practice Bash Shell Scripting.pdf ├── 3. How to download required documents for this course.pdf ├── 3. How to download required documents for this course.txt ├── 4. Installing Ubuntu on Windows 10 or Windows Subsystem for Linu.pdf ├── 4. Steps to Create Bash Scripts.pdf ├── 5.Basic steps to write and execute a bash shell scri.pdf ├── 5.Basic steps to write and execute a bash shell script.txt ├── 7.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt └── 8. Installing Docker on Ubuntu Server using Bash Shell Scri.pdf ├── 10. Input and Output Commands ├── 1.Document-input-and-out-commands.sh ├── 1.Document-input-and-out-commands.sh.pdf ├── 2.Document-command-line-arguments.sh └── 2.Document-command-line-arguments.sh.pdf ├── 11.Arithemetic operators for Shell Scripting ├── 1.Document-arithmetic-operations.pdf ├── 1.Document-arithmetic-operations.txt ├── 2.1.Document-case-with-simple-pattern.sh ├── 2.1.Document-case-with-simple-pattern.sh.pdf ├── 2.2.Document-disply-required-files-based-on-extention.sh ├── 2.2.Document-disply-required-files-based-on-extention.sh.pdf ├── 2.3.Document-simple-menu-driven-cal.sh └── 2.3.Document-simple-menu-driven-cal.sh.pdf ├── 12. test command and command chaining Operators ├── 1.1.Document-test-command-info.pdf ├── 1.2.Document-file-test-operator.pdf ├── 1.2.Document-file-test-operator.txt ├── 2. Commands Chanining Operators.pdf ├── 2. Commands Chanining Operators_copy.pdf └── 3. Executing block of code using { }.pdf ├── 13. Conditional Statements ├── 1. simple if conditional statements.pdf ├── 2.Simple Shell Script to verify the user is root or no.pdf ├── 3. Simple Shell Script to start docker service.pdf ├── 4. Logical Operators.pdf ├── 5. Differences between [ and [[ or simply different ways to use test command.pdf ├── 6. If-elif-elif-elif-else Conditional Statements.pdf ├── 7. Handle Command Line Arguments.pdf └── ~$3. Executing block of code using { }.pptx ├── 14.Scheduling jobs with at and crontab ├── 1.Document-scheduling-jbos-with-at-and-crontab.pdf ├── 2.1.Document-crontab-practice-1.txt ├── 2.2.Document-Job-Scheduling-with-crontab.pdf └── 3.Document-send-automatic-mail-alert.txt ├── 15. Arrays ├── 1. Introduction to Arrays.pdf └── 2. Associate Arrays.pdf ├── 16.Loops and Loop control statements Part-1 ├── 1. Introduction to loops.pdf ├── 1.scripts_for_introduction_to_loops.txt.txt ├── 2. for loops syntaxs.pdf ├── 2.for_loop_syntax_explanation.txt ├── 3. Installing mutliple packages with for loop and command line arguments.txt ├── 4. Differences.txt ├── 5.loop_control_statements.txt ├── 6. For loop with arrays.pdf └── 6. monitorservices.txt ├── 17.Working with remote servers ├── 1. Connecting to remote servers.pdf ├── 2.Executing commands on remote server.pdf ├── 3. sshpass.pdf ├── 4. Multiple servers.pdf ├── connecting to remote server.txt ├── different_cmds_with_differnt_users_passwords.txt ├── multiple_cmds_on_multiple_servers.txt └── ssh_pkgs.txt ├── 18. Loops and Loop control statements Part-2 ├── 1.basic while loop syntax.pdf └── 2.while loop with IFS.pdf ├── 19.Functions ├── 1.Introduction to Functions.pdf ├── 2.Define and use function.pdf ├── 3.Variables in Functions.pdf ├── 4.Passing parameters to a Functinon.pdf ├── define_and_calling_a_function.txt ├── global_and_local_variables_concept.txt ├── paramters_concept.txt ├── return_variable_value_using_echo_command.txt ├── return_variable_value_using_return_command.txt ├── simple_menu_driven_arithmetic_with_functions.txt └── simple_menu_driven_arithmetic_without_functions.txt ├── 2. Redirection Operators ├── 1. Redirection Operators.pdf └── ~$2. Read a File Content with condition.pptx ├── 20.Complete printf command in one video └── 1.Document-complete-printf-command-converted.pdf ├── 21.AWK Command and AWK Scripting └── 10.Desing Arithmetic calculaotr with shell script using awk command.txt ├── 22.Complete sed command └── 11.Shell script to get all git versions using functions concept.txt ├── 23.Real Time Practice (Low Level To High Level ) └── automate_git_installation.sh ├── 3.CommandsToReadFileContent ├── 1. Commands to read a file content.pdf ├── 2. Read a File Content with condition.pdf └── 3. How to read or Dispaly required range of lines from a file.pdf ├── 4. Grep Command ├── 1.Document-grep-command-part-1.pdf ├── 2.Document-grep-command-part-2.pdf └── ~$2. Read a File Content with condition.pptx ├── 5.Cut Command └── 1.Document-complete-cut-command.pdf ├── 6. AWK Comamnd └── 1.Document-awk command part-1.pdf ├── 7.Simple useful commands for shell scripting ├── 1. tr command.pdf └── 2. tee command.pdf ├── 8. Basics of Bash Shell Scripting ├── 1. Simple usage of echo command.pdf ├── 10.Exit Status of a command.pdf ├── 2. Introduction to Variables.pdf ├── 4. Advanced usage of echo command.pdf ├── 4.color_codes ├── 4.color_codes.txt ├── 5. Here Document for Multi-lines or Multi-line block.pdf ├── 6. Here String.pdf ├── 7. Comments for a shell script.pdf ├── 8. Make Shell Scripts as Protable with env as a shebang line.pdf ├── 9. Debugging a Bash Shell Script.pdf └── practice_on_variables.sh.txt ├── 9. Operations on Sctring ├── 1. Basic String Operations.pdf ├── 2. String Operations on Paths.pdf └── ~$10. Usage of declare.pptx ├── Additional Resources ├── 1.+Basic+String+Operations.pdf ├── 1.+Commands+to+read+a+file+content.pdf ├── 1.+Introduction+to+Arrays.pdf ├── 1.+Introduction+to+loops.pdf ├── 1.+simple+if+conditional+statements.pdf ├── 1.+tr+command.pdf ├── 1.1.Document-test-command-info.pdf ├── 1.2.Document-file-test-operator.txt ├── 1.Document-awk+command+part-1.pdf ├── 1.Document-complete-cut-command.pdf ├── 1.Document-grep-command-part-1.pdf ├── 1.Document-input-and-out-commands.sh ├── 1.Document-scheduling-jbos-with-at-and-crontab.pdf ├── 1.scripts_for_introduction_to_loops.txt.txt ├── 2.+Associate+Arrays.pptx ├── 2.+Commands+Chanining+Operators_copy.pdf ├── 2.+Read+a+File+Content+with+condition.pdf ├── 2.+String+Operations+on+Paths.pdf ├── 2.+for+loops+syntaxs.pdf ├── 2.1.Document-case-with-simple-pattern.sh ├── 2.1.Document-crontab-practice-1.txt ├── 2.2.Document-Job-Scheduling-with-crontab.pdf ├── 2.2.Document-disply-required-files-based-on-extention.sh ├── 2.3.Document-simple-menu-driven-cal.sh ├── 2.Document-command-line-arguments.sh ├── 2.Document-grep-command-part-2.pdf ├── 2.Executing+commands+on+remote+server.pdf ├── 2.for_loop_syntax_explanation.txt ├── 3.+Installing+mutliple+packages+with+for+loop+and+command+line+arguments.txt ├── 3.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt ├── 3.Document-send-automatic-mail-alert.txt ├── 4.+Advanced+usage+of+echo+command.pdf ├── 4.+Differences.txt ├── 4.+Logical+Operators.pdf ├── 4.color_codes.txt ├── 5.+Differences+between+[+and+[[+++or+simply+different+ways+to+use+test+command.pdf ├── 5.+Here+Document+for+Multi-lines+or+Multi-line+block.pdf ├── 5.loop_control_statements.txt ├── 6.+For+loop+with+arrays.pdf ├── 9.+Debugging+a+Bash+Shell+Script.pdf ├── Basic+steps+to+write+and+execute+a+bash+shell+script.txt ├── Introduction+to+Functions-converted.pdf ├── automate_git_installation.sh ├── basic+while+loop+syntax.pdf ├── complete+printf+command-converted.pdf ├── connecting+to+remote+server.txt ├── define_and_calling_a_function.txt ├── different_cmds_with_differnt_users_passwords.txt ├── global_and_local_variables_concept.txt ├── multiple_cmds_on_multiple_servers.txt ├── paramters_concept.txt ├── practice_on_variables.sh.txt ├── return_variable_value_using_echo_command.txt ├── return_variable_value_using_return_command.txt ├── simple_menu_driven_arithmetic_with_functions.txt ├── simple_menu_driven_arithmetic_without_functions.txt ├── ssh_pkgs.txt └── while+loop+with+IFS.pdf ├── LICENSE └── README.md /1.Introduction/1. Bash Shell Scripting Course Overview.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/1. Bash Shell Scripting Course Overview.pdf -------------------------------------------------------------------------------- /1.Introduction/2. Location of Required Documents.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/2. Location of Required Documents.pdf -------------------------------------------------------------------------------- /1.Introduction/3. Environment Setup to Practice Bash Shell Scripting.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/3. Environment Setup to Practice Bash Shell Scripting.pdf -------------------------------------------------------------------------------- /1.Introduction/3. How to download required documents for this course.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/3. How to download required documents for this course.pdf -------------------------------------------------------------------------------- /1.Introduction/3. How to download required documents for this course.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/3. How to download required documents for this course.txt -------------------------------------------------------------------------------- /1.Introduction/4. Installing Ubuntu on Windows 10 or Windows Subsystem for Linu.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/4. Installing Ubuntu on Windows 10 or Windows Subsystem for Linu.pdf -------------------------------------------------------------------------------- /1.Introduction/4. Steps to Create Bash Scripts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/4. Steps to Create Bash Scripts.pdf -------------------------------------------------------------------------------- /1.Introduction/5.Basic steps to write and execute a bash shell scri.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/5.Basic steps to write and execute a bash shell scri.pdf -------------------------------------------------------------------------------- /1.Introduction/5.Basic steps to write and execute a bash shell script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/5.Basic steps to write and execute a bash shell script.txt -------------------------------------------------------------------------------- /1.Introduction/7.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/7.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt -------------------------------------------------------------------------------- /1.Introduction/8. Installing Docker on Ubuntu Server using Bash Shell Scri.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/1.Introduction/8. Installing Docker on Ubuntu Server using Bash Shell Scri.pdf -------------------------------------------------------------------------------- /10. Input and Output Commands/1.Document-input-and-out-commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/10. Input and Output Commands/1.Document-input-and-out-commands.sh -------------------------------------------------------------------------------- /10. Input and Output Commands/1.Document-input-and-out-commands.sh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/10. Input and Output Commands/1.Document-input-and-out-commands.sh.pdf -------------------------------------------------------------------------------- /10. Input and Output Commands/2.Document-command-line-arguments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/10. Input and Output Commands/2.Document-command-line-arguments.sh -------------------------------------------------------------------------------- /10. Input and Output Commands/2.Document-command-line-arguments.sh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/10. Input and Output Commands/2.Document-command-line-arguments.sh.pdf -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/1.Document-arithmetic-operations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/1.Document-arithmetic-operations.pdf -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/1.Document-arithmetic-operations.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/1.Document-arithmetic-operations.txt -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.1.Document-case-with-simple-pattern.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.1.Document-case-with-simple-pattern.sh -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.1.Document-case-with-simple-pattern.sh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.1.Document-case-with-simple-pattern.sh.pdf -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.2.Document-disply-required-files-based-on-extention.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.2.Document-disply-required-files-based-on-extention.sh -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.2.Document-disply-required-files-based-on-extention.sh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.2.Document-disply-required-files-based-on-extention.sh.pdf -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.3.Document-simple-menu-driven-cal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.3.Document-simple-menu-driven-cal.sh -------------------------------------------------------------------------------- /11.Arithemetic operators for Shell Scripting/2.3.Document-simple-menu-driven-cal.sh.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/11.Arithemetic operators for Shell Scripting/2.3.Document-simple-menu-driven-cal.sh.pdf -------------------------------------------------------------------------------- /12. test command and command chaining Operators/1.1.Document-test-command-info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/1.1.Document-test-command-info.pdf -------------------------------------------------------------------------------- /12. test command and command chaining Operators/1.2.Document-file-test-operator.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/1.2.Document-file-test-operator.pdf -------------------------------------------------------------------------------- /12. test command and command chaining Operators/1.2.Document-file-test-operator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/1.2.Document-file-test-operator.txt -------------------------------------------------------------------------------- /12. test command and command chaining Operators/2. Commands Chanining Operators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/2. Commands Chanining Operators.pdf -------------------------------------------------------------------------------- /12. test command and command chaining Operators/2. Commands Chanining Operators_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/2. Commands Chanining Operators_copy.pdf -------------------------------------------------------------------------------- /12. test command and command chaining Operators/3. Executing block of code using { }.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/12. test command and command chaining Operators/3. Executing block of code using { }.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/1. simple if conditional statements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/1. simple if conditional statements.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/2.Simple Shell Script to verify the user is root or no.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/2.Simple Shell Script to verify the user is root or no.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/3. Simple Shell Script to start docker service.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/3. Simple Shell Script to start docker service.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/4. Logical Operators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/4. Logical Operators.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/5. Differences between [ and [[ or simply different ways to use test command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/5. Differences between [ and [[ or simply different ways to use test command.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/6. If-elif-elif-elif-else Conditional Statements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/6. If-elif-elif-elif-else Conditional Statements.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/7. Handle Command Line Arguments.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/7. Handle Command Line Arguments.pdf -------------------------------------------------------------------------------- /13. Conditional Statements/~$3. Executing block of code using { }.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/13. Conditional Statements/~$3. Executing block of code using { }.pptx -------------------------------------------------------------------------------- /14.Scheduling jobs with at and crontab/1.Document-scheduling-jbos-with-at-and-crontab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/14.Scheduling jobs with at and crontab/1.Document-scheduling-jbos-with-at-and-crontab.pdf -------------------------------------------------------------------------------- /14.Scheduling jobs with at and crontab/2.1.Document-crontab-practice-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/14.Scheduling jobs with at and crontab/2.1.Document-crontab-practice-1.txt -------------------------------------------------------------------------------- /14.Scheduling jobs with at and crontab/2.2.Document-Job-Scheduling-with-crontab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/14.Scheduling jobs with at and crontab/2.2.Document-Job-Scheduling-with-crontab.pdf -------------------------------------------------------------------------------- /14.Scheduling jobs with at and crontab/3.Document-send-automatic-mail-alert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/14.Scheduling jobs with at and crontab/3.Document-send-automatic-mail-alert.txt -------------------------------------------------------------------------------- /15. Arrays/1. Introduction to Arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/15. Arrays/1. Introduction to Arrays.pdf -------------------------------------------------------------------------------- /15. Arrays/2. Associate Arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/15. Arrays/2. Associate Arrays.pdf -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/1. Introduction to loops.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/1. Introduction to loops.pdf -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/1.scripts_for_introduction_to_loops.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/1.scripts_for_introduction_to_loops.txt.txt -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/2. for loops syntaxs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/2. for loops syntaxs.pdf -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/2.for_loop_syntax_explanation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/2.for_loop_syntax_explanation.txt -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/3. Installing mutliple packages with for loop and command line arguments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/3. Installing mutliple packages with for loop and command line arguments.txt -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/4. Differences.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/4. Differences.txt -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/5.loop_control_statements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/5.loop_control_statements.txt -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/6. For loop with arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/6. For loop with arrays.pdf -------------------------------------------------------------------------------- /16.Loops and Loop control statements Part-1/6. monitorservices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/16.Loops and Loop control statements Part-1/6. monitorservices.txt -------------------------------------------------------------------------------- /17.Working with remote servers/1. Connecting to remote servers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/1. Connecting to remote servers.pdf -------------------------------------------------------------------------------- /17.Working with remote servers/2.Executing commands on remote server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/2.Executing commands on remote server.pdf -------------------------------------------------------------------------------- /17.Working with remote servers/3. sshpass.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/3. sshpass.pdf -------------------------------------------------------------------------------- /17.Working with remote servers/4. Multiple servers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/4. Multiple servers.pdf -------------------------------------------------------------------------------- /17.Working with remote servers/connecting to remote server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/connecting to remote server.txt -------------------------------------------------------------------------------- /17.Working with remote servers/different_cmds_with_differnt_users_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/different_cmds_with_differnt_users_passwords.txt -------------------------------------------------------------------------------- /17.Working with remote servers/multiple_cmds_on_multiple_servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/multiple_cmds_on_multiple_servers.txt -------------------------------------------------------------------------------- /17.Working with remote servers/ssh_pkgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/17.Working with remote servers/ssh_pkgs.txt -------------------------------------------------------------------------------- /18. Loops and Loop control statements Part-2/1.basic while loop syntax.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/18. Loops and Loop control statements Part-2/1.basic while loop syntax.pdf -------------------------------------------------------------------------------- /18. Loops and Loop control statements Part-2/2.while loop with IFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/18. Loops and Loop control statements Part-2/2.while loop with IFS.pdf -------------------------------------------------------------------------------- /19.Functions/1.Introduction to Functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/1.Introduction to Functions.pdf -------------------------------------------------------------------------------- /19.Functions/2.Define and use function.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/2.Define and use function.pdf -------------------------------------------------------------------------------- /19.Functions/3.Variables in Functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/3.Variables in Functions.pdf -------------------------------------------------------------------------------- /19.Functions/4.Passing parameters to a Functinon.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/4.Passing parameters to a Functinon.pdf -------------------------------------------------------------------------------- /19.Functions/define_and_calling_a_function.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/define_and_calling_a_function.txt -------------------------------------------------------------------------------- /19.Functions/global_and_local_variables_concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/global_and_local_variables_concept.txt -------------------------------------------------------------------------------- /19.Functions/paramters_concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/paramters_concept.txt -------------------------------------------------------------------------------- /19.Functions/return_variable_value_using_echo_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/return_variable_value_using_echo_command.txt -------------------------------------------------------------------------------- /19.Functions/return_variable_value_using_return_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/return_variable_value_using_return_command.txt -------------------------------------------------------------------------------- /19.Functions/simple_menu_driven_arithmetic_with_functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/simple_menu_driven_arithmetic_with_functions.txt -------------------------------------------------------------------------------- /19.Functions/simple_menu_driven_arithmetic_without_functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/19.Functions/simple_menu_driven_arithmetic_without_functions.txt -------------------------------------------------------------------------------- /2. Redirection Operators/1. Redirection Operators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/2. Redirection Operators/1. Redirection Operators.pdf -------------------------------------------------------------------------------- /2. Redirection Operators/~$2. Read a File Content with condition.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/2. Redirection Operators/~$2. Read a File Content with condition.pptx -------------------------------------------------------------------------------- /20.Complete printf command in one video/1.Document-complete-printf-command-converted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/20.Complete printf command in one video/1.Document-complete-printf-command-converted.pdf -------------------------------------------------------------------------------- /21.AWK Command and AWK Scripting/10.Desing Arithmetic calculaotr with shell script using awk command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/21.AWK Command and AWK Scripting/10.Desing Arithmetic calculaotr with shell script using awk command.txt -------------------------------------------------------------------------------- /22.Complete sed command/11.Shell script to get all git versions using functions concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/22.Complete sed command/11.Shell script to get all git versions using functions concept.txt -------------------------------------------------------------------------------- /23.Real Time Practice (Low Level To High Level )/automate_git_installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/23.Real Time Practice (Low Level To High Level )/automate_git_installation.sh -------------------------------------------------------------------------------- /3.CommandsToReadFileContent/1. Commands to read a file content.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/3.CommandsToReadFileContent/1. Commands to read a file content.pdf -------------------------------------------------------------------------------- /3.CommandsToReadFileContent/2. Read a File Content with condition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/3.CommandsToReadFileContent/2. Read a File Content with condition.pdf -------------------------------------------------------------------------------- /3.CommandsToReadFileContent/3. How to read or Dispaly required range of lines from a file.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/3.CommandsToReadFileContent/3. How to read or Dispaly required range of lines from a file.pdf -------------------------------------------------------------------------------- /4. Grep Command/1.Document-grep-command-part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/4. Grep Command/1.Document-grep-command-part-1.pdf -------------------------------------------------------------------------------- /4. Grep Command/2.Document-grep-command-part-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/4. Grep Command/2.Document-grep-command-part-2.pdf -------------------------------------------------------------------------------- /4. Grep Command/~$2. Read a File Content with condition.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/4. Grep Command/~$2. Read a File Content with condition.pptx -------------------------------------------------------------------------------- /5.Cut Command/1.Document-complete-cut-command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/5.Cut Command/1.Document-complete-cut-command.pdf -------------------------------------------------------------------------------- /6. AWK Comamnd/1.Document-awk command part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/6. AWK Comamnd/1.Document-awk command part-1.pdf -------------------------------------------------------------------------------- /7.Simple useful commands for shell scripting/1. tr command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/7.Simple useful commands for shell scripting/1. tr command.pdf -------------------------------------------------------------------------------- /7.Simple useful commands for shell scripting/2. tee command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/7.Simple useful commands for shell scripting/2. tee command.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/1. Simple usage of echo command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/1. Simple usage of echo command.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/10.Exit Status of a command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/10.Exit Status of a command.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/2. Introduction to Variables.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/2. Introduction to Variables.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/4. Advanced usage of echo command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/4. Advanced usage of echo command.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/4.color_codes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/4.color_codes -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/4.color_codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/4.color_codes.txt -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/5. Here Document for Multi-lines or Multi-line block.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/5. Here Document for Multi-lines or Multi-line block.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/6. Here String.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/6. Here String.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/7. Comments for a shell script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/7. Comments for a shell script.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/8. Make Shell Scripts as Protable with env as a shebang line.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/8. Make Shell Scripts as Protable with env as a shebang line.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/9. Debugging a Bash Shell Script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/9. Debugging a Bash Shell Script.pdf -------------------------------------------------------------------------------- /8. Basics of Bash Shell Scripting/practice_on_variables.sh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/8. Basics of Bash Shell Scripting/practice_on_variables.sh.txt -------------------------------------------------------------------------------- /9. Operations on Sctring/1. Basic String Operations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/9. Operations on Sctring/1. Basic String Operations.pdf -------------------------------------------------------------------------------- /9. Operations on Sctring/2. String Operations on Paths.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/9. Operations on Sctring/2. String Operations on Paths.pdf -------------------------------------------------------------------------------- /9. Operations on Sctring/~$10. Usage of declare.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/9. Operations on Sctring/~$10. Usage of declare.pptx -------------------------------------------------------------------------------- /Additional Resources/1.+Basic+String+Operations.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+Basic+String+Operations.pdf -------------------------------------------------------------------------------- /Additional Resources/1.+Commands+to+read+a+file+content.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+Commands+to+read+a+file+content.pdf -------------------------------------------------------------------------------- /Additional Resources/1.+Introduction+to+Arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+Introduction+to+Arrays.pdf -------------------------------------------------------------------------------- /Additional Resources/1.+Introduction+to+loops.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+Introduction+to+loops.pdf -------------------------------------------------------------------------------- /Additional Resources/1.+simple+if+conditional+statements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+simple+if+conditional+statements.pdf -------------------------------------------------------------------------------- /Additional Resources/1.+tr+command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.+tr+command.pdf -------------------------------------------------------------------------------- /Additional Resources/1.1.Document-test-command-info.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.1.Document-test-command-info.pdf -------------------------------------------------------------------------------- /Additional Resources/1.2.Document-file-test-operator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.2.Document-file-test-operator.txt -------------------------------------------------------------------------------- /Additional Resources/1.Document-awk+command+part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.Document-awk+command+part-1.pdf -------------------------------------------------------------------------------- /Additional Resources/1.Document-complete-cut-command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.Document-complete-cut-command.pdf -------------------------------------------------------------------------------- /Additional Resources/1.Document-grep-command-part-1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.Document-grep-command-part-1.pdf -------------------------------------------------------------------------------- /Additional Resources/1.Document-input-and-out-commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.Document-input-and-out-commands.sh -------------------------------------------------------------------------------- /Additional Resources/1.Document-scheduling-jbos-with-at-and-crontab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.Document-scheduling-jbos-with-at-and-crontab.pdf -------------------------------------------------------------------------------- /Additional Resources/1.scripts_for_introduction_to_loops.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/1.scripts_for_introduction_to_loops.txt.txt -------------------------------------------------------------------------------- /Additional Resources/2.+Associate+Arrays.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.+Associate+Arrays.pptx -------------------------------------------------------------------------------- /Additional Resources/2.+Commands+Chanining+Operators_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.+Commands+Chanining+Operators_copy.pdf -------------------------------------------------------------------------------- /Additional Resources/2.+Read+a+File+Content+with+condition.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.+Read+a+File+Content+with+condition.pdf -------------------------------------------------------------------------------- /Additional Resources/2.+String+Operations+on+Paths.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.+String+Operations+on+Paths.pdf -------------------------------------------------------------------------------- /Additional Resources/2.+for+loops+syntaxs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.+for+loops+syntaxs.pdf -------------------------------------------------------------------------------- /Additional Resources/2.1.Document-case-with-simple-pattern.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.1.Document-case-with-simple-pattern.sh -------------------------------------------------------------------------------- /Additional Resources/2.1.Document-crontab-practice-1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.1.Document-crontab-practice-1.txt -------------------------------------------------------------------------------- /Additional Resources/2.2.Document-Job-Scheduling-with-crontab.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.2.Document-Job-Scheduling-with-crontab.pdf -------------------------------------------------------------------------------- /Additional Resources/2.2.Document-disply-required-files-based-on-extention.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.2.Document-disply-required-files-based-on-extention.sh -------------------------------------------------------------------------------- /Additional Resources/2.3.Document-simple-menu-driven-cal.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.3.Document-simple-menu-driven-cal.sh -------------------------------------------------------------------------------- /Additional Resources/2.Document-command-line-arguments.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.Document-command-line-arguments.sh -------------------------------------------------------------------------------- /Additional Resources/2.Document-grep-command-part-2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.Document-grep-command-part-2.pdf -------------------------------------------------------------------------------- /Additional Resources/2.Executing+commands+on+remote+server.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.Executing+commands+on+remote+server.pdf -------------------------------------------------------------------------------- /Additional Resources/2.for_loop_syntax_explanation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/2.for_loop_syntax_explanation.txt -------------------------------------------------------------------------------- /Additional Resources/3.+Installing+mutliple+packages+with+for+loop+and+command+line+arguments.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/3.+Installing+mutliple+packages+with+for+loop+and+command+line+arguments.txt -------------------------------------------------------------------------------- /Additional Resources/3.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/3.+Steps+To+Configure+Gmail+on+Ubuntu+Server.txt -------------------------------------------------------------------------------- /Additional Resources/3.Document-send-automatic-mail-alert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/3.Document-send-automatic-mail-alert.txt -------------------------------------------------------------------------------- /Additional Resources/4.+Advanced+usage+of+echo+command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/4.+Advanced+usage+of+echo+command.pdf -------------------------------------------------------------------------------- /Additional Resources/4.+Differences.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/4.+Differences.txt -------------------------------------------------------------------------------- /Additional Resources/4.+Logical+Operators.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/4.+Logical+Operators.pdf -------------------------------------------------------------------------------- /Additional Resources/4.color_codes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/4.color_codes.txt -------------------------------------------------------------------------------- /Additional Resources/5.+Differences+between+[+and+[[+++or+simply+different+ways+to+use+test+command.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/5.+Differences+between+[+and+[[+++or+simply+different+ways+to+use+test+command.pdf -------------------------------------------------------------------------------- /Additional Resources/5.+Here+Document+for+Multi-lines+or+Multi-line+block.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/5.+Here+Document+for+Multi-lines+or+Multi-line+block.pdf -------------------------------------------------------------------------------- /Additional Resources/5.loop_control_statements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/5.loop_control_statements.txt -------------------------------------------------------------------------------- /Additional Resources/6.+For+loop+with+arrays.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/6.+For+loop+with+arrays.pdf -------------------------------------------------------------------------------- /Additional Resources/9.+Debugging+a+Bash+Shell+Script.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/9.+Debugging+a+Bash+Shell+Script.pdf -------------------------------------------------------------------------------- /Additional Resources/Basic+steps+to+write+and+execute+a+bash+shell+script.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/Basic+steps+to+write+and+execute+a+bash+shell+script.txt -------------------------------------------------------------------------------- /Additional Resources/Introduction+to+Functions-converted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/Introduction+to+Functions-converted.pdf -------------------------------------------------------------------------------- /Additional Resources/automate_git_installation.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/automate_git_installation.sh -------------------------------------------------------------------------------- /Additional Resources/basic+while+loop+syntax.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/basic+while+loop+syntax.pdf -------------------------------------------------------------------------------- /Additional Resources/complete+printf+command-converted.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/complete+printf+command-converted.pdf -------------------------------------------------------------------------------- /Additional Resources/connecting+to+remote+server.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/connecting+to+remote+server.txt -------------------------------------------------------------------------------- /Additional Resources/define_and_calling_a_function.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/define_and_calling_a_function.txt -------------------------------------------------------------------------------- /Additional Resources/different_cmds_with_differnt_users_passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/different_cmds_with_differnt_users_passwords.txt -------------------------------------------------------------------------------- /Additional Resources/global_and_local_variables_concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/global_and_local_variables_concept.txt -------------------------------------------------------------------------------- /Additional Resources/multiple_cmds_on_multiple_servers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/multiple_cmds_on_multiple_servers.txt -------------------------------------------------------------------------------- /Additional Resources/paramters_concept.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/paramters_concept.txt -------------------------------------------------------------------------------- /Additional Resources/practice_on_variables.sh.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/practice_on_variables.sh.txt -------------------------------------------------------------------------------- /Additional Resources/return_variable_value_using_echo_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/return_variable_value_using_echo_command.txt -------------------------------------------------------------------------------- /Additional Resources/return_variable_value_using_return_command.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/return_variable_value_using_return_command.txt -------------------------------------------------------------------------------- /Additional Resources/simple_menu_driven_arithmetic_with_functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/simple_menu_driven_arithmetic_with_functions.txt -------------------------------------------------------------------------------- /Additional Resources/simple_menu_driven_arithmetic_without_functions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/simple_menu_driven_arithmetic_without_functions.txt -------------------------------------------------------------------------------- /Additional Resources/ssh_pkgs.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/ssh_pkgs.txt -------------------------------------------------------------------------------- /Additional Resources/while+loop+with+IFS.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/Additional Resources/while+loop+with+IFS.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PacktPublishing/Complete-Bash-Shell-Scripting-/HEAD/README.md --------------------------------------------------------------------------------