Day 2: Basic Shell Scripting Skills
Introduction
Welcome to Day 2 of learning Basic Shell Scripting Skills. Today, we'll cover variables, arguments, conditionals, loops, and functions. Let's dive in!
Variables
Variables in shell scripting are declared using the $ symbol. For example, ...
learning-shell-scripting-day-1.hashnode.dev5 min read