MysticMind.dev
Projects Uses About
ESC
Type to search across all posts
    No results found
    ↑↓ navigate ↵ open esc close
    Projects Uses About
    All posts

    #linux

    2 posts

    July 14, 2024 · 2 min read

    Understanding the :? Parameter Expansion in Bash

    When writing shell scripts, ensuring that certain variables are set and not empty is crucial. One handy feature in Bash for this purpose is the :? parameter expansion. The :? syntax is a form of parameter expansion in Bash that allows you to check if...

    bash linux
    June 20, 2024 · 2 min read

    Calling nested shell scripts: same process or in different process

    In Unix-like operating systems, shell scripts can be called from within other shell scripts, either to run in the same process or in a different process. Let's explore both approaches. Let us create a bash script named task.sh with the content below ...

    bash linux

    © 2026 Babu Annamalai. All rights reserved.