Skip to content
Wednesday, March 04, 2026
  • 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

scripting, arrays, collections, bash, data structures
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

bash, Error Handling, scripting, command chaining, operators
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

  • Data Readiness and the AI Backbone: Building Infrastructure for Production AI
  • AI Governance and Risk Management: Compliance Frameworks for Production Deployment
  • Agentic AI in Production: Implementation Patterns and Multi-Agent Orchestration
  • Enterprise AI Infrastructure: Gateways, MLOps, and Production Architecture
  • Breaking Out of Pilot Purgatory: The Production AI Challenge in 2026

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
  • Artificial Intelligence Enterprise Technology Data Engineering

    Data Readiness and the AI Backbone: Building Infrastructure for Production AI

    March 4, 2026February 15, 2026
  • Enterprise Technology Artificial Intelligence Security Compliance

    AI Governance and Risk Management: Compliance Frameworks for Production Deployment

    March 3, 2026February 15, 2026
  • Artificial Intelligence Automation Enterprise Technology

    Agentic AI in Production: Implementation Patterns and Multi-Agent Orchestration

    March 2, 2026February 15, 2026
  • Devops Cloud Computing Artificial Intelligence Enterprise Technology

    Enterprise AI Infrastructure: Gateways, MLOps, and Production Architecture

    March 1, 2026February 15, 2026

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

Enterprise Technology AI Agentic AI Devops Kubernetes

Production Deployment Strategies for AI Agents at Scale

February 9, 2026February 5, 2026
Building autonomous AI agents in development environments represents only half the challenge. Production deployment demands
  • Tutorial Devops Kubernetes Docker

    How to Setup Kubernetes Dashboard on Docker Desktop – Complete Guide

    October 6, 2025October 6, 2025
  • kubernetes
    Default Devops Kubernetes

    Kubernetes : an Orchestration and Management Infrastructure for Containers

    June 29, 2021May 14, 2023

You May Have Missed

Health Mental Health Developer Wellness Support Systems Professional Development

The Complete Picture: Balancing Professional and Personal Support Systems

November 20, 2025October 24, 2025
Developer Wellness Family Support Mental Health Relationships

For Parents, Partners, and Friends: A Guide to Supporting Your Loved One in Tech

November 19, 2025October 23, 2025
Mental Health Developer Wellness Workplace Rights HR Policies

The HR Conversation: When and How to Involve HR in Your Mental Health Journey

November 18, 2025October 23, 2025
Mental Health Developer Wellness Tech Culture Support Systems

Finding Your Tech Tribe: The Power of Peer Support Groups

November 17, 2025October 23, 2025
All Rights Reserved 2025.