Linux(18): Creating Bash Scripts

Linux(18): Creating Bash Scripts

1. Core Purpose & Concepts Core Purpose: To write a series of Linux commands that need to be executed in order into a text file, creating a “script”. By running this single script file, a multi-step task can be automated without manually entering each command. Core Terminology: Bash Script: A plain text file containing a … Read more