Tagged articles
4 articles
Page 1 of 1
Ops Community
Ops Community
Sep 10, 2025 · Operations

149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency

This article presents a curated collection of 149 practical shell script cases, demonstrating how operations engineers can automate routine tasks such as finding zombie processes, deleting empty files, handling dates, checking file existence, sorting numbers, retrieving MAC addresses, and determining leap years, all with clear, copy‑ready Bash code.

BashLinuxShell scripting
0 likes · 7 min read
149 Must‑Know Shell Script Examples to Boost Your Sysadmin Efficiency
MaGe Linux Operations
MaGe Linux Operations
Nov 5, 2021 · Operations

Master Shell Scripting: Free 70‑Page Handbook & 100 Ready‑to‑Use Scripts

This article introduces the role of shell scripts in automating system operations, presents a free 70‑page practical handbook covering fundamentals to advanced topics, and offers 100 ready‑to‑run script examples ranging from basic hello‑world to complex monitoring and deployment tasks, helping readers quickly boost their scripting skills.

BashShell scriptingautomation
0 likes · 5 min read
Master Shell Scripting: Free 70‑Page Handbook & 100 Ready‑to‑Use Scripts
Python Crawling & Data Mining
Python Crawling & Data Mining
Aug 23, 2020 · Operations

Unlock Windows Automation: Powerful Batch Scripts vs Python

This article explores the advantages of Windows batch scripting for automation, detailing basic commands, practical use cases such as file organization, build folder cleanup, scheduled Python tasks, Git operations, and system junk removal, while comparing its simplicity and efficiency to Python scripts.

Windows Automationbatch scriptingcommand-line
0 likes · 9 min read
Unlock Windows Automation: Powerful Batch Scripts vs Python