Skip to main content

Command Palette

Search for a command to run...

Shell Scripting Basics

Updated
1 min read
  1. What is shell scripting?

  • Process of writing a series of commands for a Unix-based shell (like Bash, zsh, or sh) to execute sequentially

Difference between scripting and programming

Projects

  1. Create a basic shell script that generates a template for scripting with the necessary information already filled in. ( its a hyperlink )

  2. Understand Basics Arithmetic Ops

  3. Creating multiple files using conditional operator (if-else)

  4. Logical Ops in bash

  5. Relational Ops in bash