Eddie's Blog
Home Blog Commands & Scripting Containers & Virtualization Desktop Environments Distros
Login
Home / Blog / Commands & Scripting

Commands & Scripting

Shell one-liners, bash scripts, and terminal tips to boost your productivity.

3 articles

Commands & Scripting Sep 17, 2025 1 min read

Sed and Awk: The Unix Text Processing Power Duo

`sed` and `awk` are foundational Unix tools for processing text streams. Once you understand them, you'll reach for them every time you need to transform or extract data from files...

bash python
By Eddie Power Read More
Commands & Scripting Sep 3, 2025 1 min read

Writing Robust Bash Scripts: Error Handling and Best Practices

Most Bash scripts fail silently when something goes wrong. Learn how to use `set -euo pipefail`, trap signals, validate inputs, and write scripts that fail loudly and safely.

bash zsh
By Eddie Power Read More
Commands & Scripting Aug 20, 2025 1 min read

Mastering `find` and `xargs` for Powerful File Operations

The `find` command is one of Linux's most powerful tools, and when combined with `xargs`, it becomes a file-manipulation powerhouse. Learn how to use them together to automate comp...

bash man-pages
By Eddie Power Read More

Categories

  • Distros 4
  • Commands & Scripting 3
  • Sysadmin 2
  • Security 2
  • Desktop Environments 2
  • Containers & Virtualization 2
  • Filesystems & Storage 2
  • Networking 1

Tags

bash ssh ubuntu arch linux alpine linux zsh systemd debian btrfs fedora nftables ext4 apache lvm opensuse wireguard python git iptables docker

© 2026 Eddie's Linux Blog. Built with Laravel.

Sitemap · Blog · Commands & Scripting · Containers & Virtualization · Desktop Environments · Distros