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 4
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
Build a CLI Weather App in Bash with curl and jq
Posted inShell / Bash

Build a CLI Weather App in Bash with curl and jq

Build a CLI Weather App in Bash with curl and jq   Getting real-time weather information straight from the command line is not only fun but also a great way…
Posted by Oana Rinaldi September 14, 2025
Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction
Posted inShell / Bash

Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction

Intro to Web Scraping: Bash + cURL + grep = Fast Data Extraction   When it comes to quickly extracting data from websites, few tools offer the combined power and…
Posted by Oana Rinaldi September 5, 2025
$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer
Posted inShell / Bash

$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer

$PATH Demystified: Add Your Scripts to Bash Path Like a DevOps Engineer   The $PATH environment variable is one of the most crucial, yet underappreciated, parts of a Unix-like operating…
Posted by Oana Rinaldi August 26, 2025
Create a CLI Tool to Monitor System Health Using Bash
Posted inShell / Bash

Create a CLI Tool to Monitor System Health Using Bash

Create a CLI Tool to Monitor System Health Using Bash   Monitoring system health doesn’t always require elaborate dashboards or third-party tools. With a few lines of Bash, you can…
Posted by Oana Rinaldi August 25, 2025
Stream Real-Time Logs Across Systems Using Netcat and Bash
Posted inShell / Bash

Stream Real-Time Logs Across Systems Using Netcat and Bash

Stream Real-Time Logs Across Systems Using Netcat and Bash   Real-time log streaming is a fundamental need for many system administrators, developers, and DevOps engineers tasked with monitoring and debugging…
Posted by Oana Rinaldi August 13, 2025
Automate Your Git Commits with a Bash Script
Posted inShell / Bash

Automate Your Git Commits with a Bash Script

Automate Your Git Commits with a Bash Script   If you're working in a fast-paced development environment, constantly adding, committing, and pushing changes to Git can become a repetitive task.…
Posted by Oana Rinaldi August 4, 2025
Build an HTTP Status Code Checker Using Bash For Loop + curl
Posted inShell / Bash

Build an HTTP Status Code Checker Using Bash For Loop + curl

Build an HTTP Status Code Checker Using Bash For Loop + curl Monitoring website availability is a common task for developers, sysadmins, and DevOps engineers. While there are plenty of…
Posted by Oana Rinaldi August 1, 2025

Posts pagination

Previous page 1 2 3 4

Recent Posts

  • Mastering API Requests in Python with the Requests Library
  • Unlocking the Power of Python Generators: Deep Dive with Practical Examples
  • Mastering Merge Sort: A Deep Dive into Efficient Sorting in Python
  • Mastering Asynchronous Programming in Python: Patterns, Tips, and Real-World Examples
  • Reduce API Latency with Asynchronous Requests in Python

Recent Comments

No comments to show.

Archives

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

Categories

  • Algorithms
  • API Integration
  • 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