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
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
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

Posts pagination

1 2 Next page

Recent Posts

  • ‘GROUP BY’ Pitfalls: Avoiding Common SQL Aggregation Errors
  • Create a JavaScript Bookmarklet That Cleans Up Blog Pages
  • JavaScript Bookmarklet to Extract Table Data into CSV
  • Join Data From Multiple Tables With Ease: Advanced SQL Joins Explained
  • @Query Annotation Magic: Custom SQL in Spring Boot Repositories

Recent Comments

No comments to show.

Archives

  • October 2025
  • September 2025
  • August 2025

Categories

  • Databases
  • Java
  • JavaScript
  • Python
  • Search Algorithms
  • Shell / Bash
  • Sorting Algorithms
  • SQL
Copyright 2025 — Art of Coding. All rights reserved. Bloghash WordPress Theme
Scroll to Top