Skip to content
Art of Coding

Art of Coding

  • Advanced
  • AI / Machine Learning
  • Algorithms
  • API Integration
  • Automation Scripts
  • Beginner
  • C#
  • C++
  • Data Structures
  • Databases
  • DevOps / CLI Tools
  • Dynamic Programming
  • Go
  • Graph Theory
  • HTML / CSS
  • Intermediate
  • Java
  • JavaScript
  • Python
  • Recursion
  • Rust
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
  • TypeScript
  • Uncategorized
  • Web Development

Shell / Bash

  • Home
  • Shell / Bash
  • Page 3
Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs
Posted inShell / Bash

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs

Regex-Powered Log Parser in Bash: Extract Meaningful Metrics from Server Logs   Log files aren’t just mountains of text — they’re full of insights waiting to be discovered. Whether you’re…
Posted by Oana Rinaldi December 11, 2025
Build a Bash Script that Monitors Disk Space and Sends Alerts
Posted inShell / Bash

Build a Bash Script that Monitors Disk Space and Sends Alerts

Build a Bash Script that Monitors Disk Space and Sends Alerts   Server reliability is paramount in any production environment. A common cause of server issues is running out of…
Posted by Oana Rinaldi November 30, 2025
(Ab)using Bash Loops to Rename Log Files by Date Automatically
Posted inShell / Bash

(Ab)using Bash Loops to Rename Log Files by Date Automatically

(Ab)using Bash Loops to Rename Log Files by Date Automatically   Log files are the bread and butter of system and application diagnostics — but without proper naming conventions, managing…
Posted by Oana Rinaldi November 9, 2025
Automate File Organization by Type with Bash Scripts
Posted inShell / Bash

Automate File Organization by Type with Bash Scripts

Automate File Organization by Type with Bash Scripts   Manually sorting files is a repetitive task that can eat into your productivity, especially if you deal with frequent downloads, reports,…
Posted by Oana Rinaldi November 6, 2025
Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)
Posted inShell / Bash

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)

Sort Large CSV Files by Column Without Loading into Memory (Bash + awk)   Handling large CSV files that don’t fit into memory can be a challenge, especially when we…
Posted by Oana Rinaldi November 1, 2025
Build a Bash Script to Monitor Disk Usage and Send Alerts
Posted inShell / Bash

Build a Bash Script to Monitor Disk Usage and Send Alerts

Build a Bash Script to Monitor Disk Usage and Send Alerts   System administrators and DevOps engineers often need an efficient way to monitor disk usage across servers. Manual checking…
Posted by Oana Rinaldi October 27, 2025
Automate Daily Git Backups with Bash Scripts
Posted inShell / Bash

Automate Daily Git Backups with Bash Scripts

Automate Daily Git Backups with Bash Scripts   Keeping your source code safe and versioned is one of the core principles of modern software development. Git is already a powerful…
Posted by Oana Rinaldi September 24, 2025
Automate File Backup With a Bash Script and Cron Job
Posted inShell / Bash

Automate File Backup With a Bash Script and Cron Job

Automate File Backup With a Bash Script and Cron Job   Backing up important data is essential for developers, system administrators, and anyone handling critical files. In this post, we'll…
Posted by Oana Rinaldi September 23, 2025
Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree
Posted inShell / Bash

Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree

Bash Scripting Challenge: Find the Top N Largest Files in a Directory Tree   Managing disk space efficiently is a common concern for system administrators and developers alike. Files can…
Posted by Oana Rinaldi September 21, 2025
Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux
Posted inShell / Bash

Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux

Clean Up Your Downloads Folder: A Bash Automation Script for Mac/Linux   Does your ~/Downloads folder look like a digital junk drawer? PDFs next to random installers, screenshots neighbors with…
Posted by Oana Rinaldi September 20, 2025

Posts pagination

Previous page 1 2 3 4 Next page

Recent Posts

  • Integrating External APIs in Python Projects Made Easy
  • SQL Window Functions Explained by Example
  • Optimizing Java Loops: Small Changes That Make Big Differences
  • Consuming GraphQL APIs Smoothly with JavaScript Fetch
  • Optimizing SQL Queries: Index Use Cases You Can Actually See

Recent Comments

No comments to show.

Archives

  • April 2026
  • March 2026
  • February 2026
  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025

Categories

  • Algorithms
  • Automation Scripts
  • Databases
  • DevOps / CLI Tools
  • Graph Theory
  • Java
  • JavaScript
  • Python
  • Recursion
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2026 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top