Ahmed AlkabaryOct 23, 20204 minBash Beginner Series #10: Automation With BashYou can now use all the bash skills you have learned in this Bash Beginner Series to create very useful bash scripts that would help you...
Ahmed AlkabaryOct 23, 20205 minBash Beginner Series #9: Using Functions in BashNever rewrite code, use functions instead! When your bash scripts get bigger and bigger, things can get very messy! You may find yourself...
Ahmed AlkabaryOct 23, 20205 minBash Beginner Series #8: Loops in BashBeware of infinite loops! The ability to loop is a very powerful feature of bash scripting. Loops have a variety of use cases. In this...