Skip to content
Friday, November 07, 2025
  • Code stuffs
  • Facebook
  • Twitter
  • Linkedin
  • Youtube
  • Github
  • Instagram

Explore with me!

Come and explore with me

  • Code stuffs
    • Git
    • C#
    • node.js
    • Python
    • Shell
    • VB
  • Blog Series
  • Marketplaces
    • NPM
    • Nuget
    • VS Code
    • Powershell
  • Lets Learn
  • Devops
    • Kubernetes
    • CI/CD
    • Docker
  • Architecture
    • UML
    • System Design
  • Cloud
  • Myself
>>
  • Home
  • bash

Tag: bash

Shell Script Hack #12: Array Mastery – Managing Lists and Collections
Shell

Shell Script Hack #12: Array Mastery – Managing Lists and Collections

November 4, 2025October 24, 2025

Managing lists of data in shell scripts usually involves messy loops and temporary files. But Bash arrays offer a powerful, clean way to store and

Read More

collections, bash, data structures, scripting, arrays
Share
Shell Script Hack #11: Command Chaining – Clean Error Handling with && and ||
Shell

Shell Script Hack #11: Command Chaining – Clean Error Handling with && and ||

November 3, 2025October 24, 2025

Running commands one after another, checking if they succeed, and handling failures gracefully is a daily task for developers. Most people use if statements for

Read More

command chaining, operators, bash, Error Handling, scripting
Share
Shell Script Hack #4: Process Substitution – No More Temporary Files
Shell

Shell Script Hack #4: Process Substitution – No More Temporary Files

October 27, 2025October 24, 2025

Ever needed to compare files, process command output, or avoid creating unnecessary temporary files? Most developers create temp files for everything. There’s a cleaner, faster

Read More

pipes, performance, bash, comparison, process substitution
Share
Shell Script Hack #3: Bulletproof Cleanup with the trap Command
Shell

Shell Script Hack #3: Bulletproof Cleanup with the trap Command

October 25, 2025October 24, 2025

Your script creates temporary files, opens connections, or starts background processes. Then something goes wrong: the user hits Ctrl+C, the system runs out of memory,

Read More

Error Handling, trap, cleanup, signals, bash
Share
Shell Script Hack #2: Parallel Processing with xargs for 4x Speed Boost
Shell

Shell Script Hack #2: Parallel Processing with xargs for 4x Speed Boost

October 24, 2025October 24, 2025

Need to process thousands of files but don’t want to wait hours? The xargs command combined with parallel processing can turn a 2-hour job into

Read More

linux, performance, bash, Parallel Processing, xargs
Share
Shell Script Hack #1: Brace Expansion for Instant File Backups
Shell

Shell Script Hack #1: Brace Expansion for Instant File Backups

October 24, 2025October 24, 2025

Ever needed to quickly backup a file before editing it? Most developers do this the tedious way by typing the filename twice. There’s a much

Read More

bash, shell scripting, terminal, linux, Productivity
Share
Bash Script with Arguments
Code stuffs Tweaks Devops Shell

Bash Script with Arguments

December 15, 2020October 11, 2021

Have you ever wondered to input the arguments in the bash scripts. Well there is the process how you do it. Step 1: add the

Read More

bash, shell, script, arguments
Share

Recent Posts

  • Tech Stories: Engineers Who Succeeded Despite (or Because Of) Breaking the Rules
  • The Credibility Trap: Why Employers Keep Playing the Same Game
  • Shell Script Hack #12: Array Mastery – Managing Lists and Collections
  • What Gets Lost: The Creativity Tax of Standardization
  • The Invisible Polymath: When Nobody Believes Your Reality

Post Tabbed

  • You may like
  • Recent Posts
  • windows

    BranchCache: WAN Bandwidth Optimization

    December 30, 2012
  • Information Systems Software Engineering Project Management

    Stakeholders, The Players of an Information System

    May 1, 2021September 3, 2025
  • Default

    Shutdown button in windows 8

    December 30, 2012
  • Software Engineering

    Ethical Issues related to Information Technology Professionals

    January 24, 2013April 17, 2021
  • Default

    Tech Stories: Engineers Who Succeeded Despite (or Because Of) Breaking the Rules

    November 6, 2025October 22, 2025
  • Default

    The Credibility Trap: Why Employers Keep Playing the Same Game

    November 5, 2025October 22, 2025
  • Shell

    Shell Script Hack #12: Array Mastery – Managing Lists and Collections

    November 4, 2025October 24, 2025
  • Default

    What Gets Lost: The Creativity Tax of Standardization

    November 4, 2025October 22, 2025

Find Me

Software Engineer | Devops | AI Enthusiasts | IOT Enthusiasts | Love doing Research | Trainer | Learner | Friend | Son | Husband | Brother | Father of a beautiful Angel

  • facebook
  • twitter
  • linkedin
  • instagram

Featured Posts

Tutorial Devops Kubernetes Docker

How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

October 6, 2025October 6, 2025
Setting up the Kubernetes Dashboard on your local Docker Desktop can seem daunting, but it's
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023
  • kubernetes
    Devops Kubernetes

    Understanding Kubernetes architecture in depth

    June 14, 2021May 14, 2023

You May Have Missed

Software Engineering Mental Health

Letter to My Younger Self: You Don’t Have to Work Nights and Weekends

October 26, 2025October 8, 2025
Software Engineering Mental Health

Letter to My Younger Self: It’s Okay to Say No

October 25, 2025October 7, 2025
Software Engineering Mental Health

Letter to My Younger Self: You’re Not a Fraud

October 24, 2025October 7, 2025
Software Engineering Mental Health

Letter to My Younger Self: About Burnout I Didn’t See Coming

October 23, 2025October 7, 2025
All Rights Reserved 2025.