Advanced Bash Scripting Tutorial



Advanced Bash Scripting Tutorial

Advanced Bash Scripting Tutorial

This video is not being monetized, and no ads (advertising) should be shown.

Bash, or the Bourne Again Shell, is a widely popular command-line interpreter for administration and programming tasks. It’s also the default option on Mac OS X and Linux. But Bash is different than most scripting languages. This course spends some time running you through the syntax—introducing variables, numbers, and control structures—so you can start writing scripts right away. Shows you how to wrap up multiline operations in one file, implement flow control, and interact with users to get input. Plus, offers challenges along the way that allow you to put what you’ve learned to the test.

Comments are closed.