Skip to content
Wednesday, November 19, 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
  • Code stuffs
  • Shell

Category: Shell

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

operators, bash, Error Handling, scripting, command chaining
Share
Shell Script Hack #10: Parameter Expansion – String Magic Without External Tools
Shell

Shell Script Hack #10: Parameter Expansion – String Magic Without External Tools

November 2, 2025October 24, 2025

You’re constantly typing ${variable} but did you know Bash has powerful built-in string manipulation that can replace, extract, default values, and transform text without calling

Read More

text processing, parameter expansion, string manipulation, bash variables
Share
Shell Script Hack #9: Here Documents – Clean Multi-Line Text Input
Shell

Shell Script Hack #9: Here Documents – Clean Multi-Line Text Input

November 1, 2025October 24, 2025

Need to create a configuration file, send multi-line input to a command, or generate SQL scripts from your shell? Here documents let you embed blocks

Read More

configuration, heredoc, here documents, multi-line input, scripting
Share
Shell Script Hack #8: find and -exec for Powerful File Operations
Shell

Shell Script Hack #8: find and -exec for Powerful File Operations

October 31, 2025October 24, 2025

You need to find all log files larger than 100MB and delete them, or locate every Python file modified in the last week and run

Read More

automation, find, file management, bulk operations, disk cleanup
Share
Shell Script Hack #7: SSH Tunneling – Secure Access to Anything
Shell

Shell Script Hack #7: SSH Tunneling – Secure Access to Anything

October 30, 2025October 24, 2025

Need to access a database running on a remote server, but it’s locked down for security? Want to browse a web interface only available on

Read More

Security, ssh, tunneling, port forwarding, remote access
Share
Shell Script Hack #6: awk Magic for Data Extraction and Analysis
Shell

Shell Script Hack #6: awk Magic for Data Extraction and Analysis

October 29, 2025October 24, 2025

You have a CSV file with thousands of rows and need to extract specific columns, calculate totals, or filter data. You could write a Python

Read More

data extraction, csv processing, text parsing, analysis, awk
Share
Shell Script Hack #5: Master sed One-Liners for Instant Text Processing
Shell

Shell Script Hack #5: Master sed One-Liners for Instant Text Processing

October 28, 2025October 24, 2025

You’ve written a script that needs to extract specific data from text files. You reach for Python or Perl, but wait – sed can do

Read More

sed, text processing, one-liners, regex, parsing
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

process substitution, pipes, performance, bash, comparison
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

bash, Error Handling, trap, cleanup, signals
Share

Posts pagination

1 2 Next

Recent Posts

  • The HR Conversation: When and How to Involve HR in Your Mental Health Journey
  • To the Recruiters Who Doubt Me: A Wake-Up Call
  • Finding Your Tech Tribe: The Power of Peer Support Groups
  • The Manager Who Cares: Recognizing and Leveraging Supportive Leadership
  • Finding Your Tech Tribe: Online and Offline Communities for Developer Mental Health

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
  • 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
  • Personal Growth Technology Career

    To the Recruiters Who Doubt Me: A Wake-Up Call

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

    Finding Your Tech Tribe: The Power of Peer Support Groups

    November 17, 2025October 23, 2025
  • Software Engineering Leadership Mental Health

    The Manager Who Cares: Recognizing and Leveraging Supportive Leadership

    November 16, 2025October 23, 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

Devops Kubernetes Docker Tutorial

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

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
Developer Wellness Tech Culture Support Systems Mental Health

Finding Your Tech Tribe: The Power of Peer Support Groups

November 17, 2025October 23, 2025
Software Engineering Leadership Mental Health

The Manager Who Cares: Recognizing and Leveraging Supportive Leadership

November 16, 2025October 23, 2025
Software Engineering Mental Health Community

Finding Your Tech Tribe: Online and Offline Communities for Developer Mental Health

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