Use Bash Scripting on Linux to Execute Common commands

Go to class
Write Review

Use Bash Scripting on Linux to Execute Common commands provided by Coursera is a comprehensive online course, which lasts for 2 hours worth of material. Use Bash Scripting on Linux to Execute Common commands is taught by David Dalsveen. Upon completion of the course, you can receive an e-certificate from Coursera. The course is taught in Englishand is Paid Course. Visit the course page at Coursera for detailed price information.

Overview
  • By the end of this project, you will use a bash script to execute commands and observe their output on a Linux system.

    Bash, or Bourne Again Shell, is more than a shell running in a terminal on Linux; it is a programming language that is used to create powerful programs called shell scripts. Shell scripts are often used to capture common repetitive tasks so they can be executed without the need to memorize multiple individual commands.