Skip to content

LinkedInLearning/bashscripting-2874016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning Bash Scripting

This is the repository for the LinkedIn Learning course Learning Bash Scripting. The full course is available from LinkedIn Learning.

Bash, or the Bourne Again Shell, is a widely popular command-line interpreter for administration and programming tasks. But Bash is different than most scripting languages. That's why Scott Simpson spends some time in this course running you through the syntax—introducing variables, numbers, and control structures—so you can start writing scripts right away. He shows you how to wrap up multiline operations in one file, implement flow control, and interact with users to get input. Plus, he offers challenges along the way that allow you to put what you've learned to the test.

Learning Objectives

  • What is Bash?
  • Understanding Bash script syntax
  • Creating a basic Bash script
  • Displaying text with "echo"
  • Working with numbers, strings, and arrays
  • Reading and writing text files
  • Working with loops
  • Using functions
  • Getting user input during execution
  • Ensuring a response

Instructions

Please see the Snippets.md file for all of the commands used in the course.

Instructor

Scott Simpson

Creating technology courses as an Author at LinkedIn

Check out my other courses on LinkedIn Learning.

Releases

No releases published

Packages

No packages published

Languages