PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Table of Contents

Bash

Welcome to this Bash basics training guide!

In this bash crash course, you will learn the Bash basics so you could start writing your own Bash scripts and automate your daily tasks.

Bash is a Unix shell and command language. It is widely available on various operating systems and it is also the default command interpreter on most Linux systems.

Bash stands for Bourne-Again SHell.

As with other shells, you can use bash interactively directly in your terminal, and also you can use Bash like any other programming language to write scripts.

In order to write Bash scripts, you just need a UNIX terminal and a text editor like Sublime Text, VS Code, or terminal-based editor like vim or nano.