Raymond Ops
Raymond Ops
Nov 3, 2025 · Operations

Master Shell Scripting: A Hands‑On Guide to Bash Basics and Advanced Tricks

This comprehensive tutorial explains what a shell is, introduces common shell types, walks through creating and executing shell scripts, covers variables, quoting, special parameters, environment settings, and demonstrates practical string manipulation and batch‑renaming techniques for Linux users.

Command LineShebangVariables
0 likes · 17 min read
Master Shell Scripting: A Hands‑On Guide to Bash Basics and Advanced Tricks
Go Development Architecture Practice
Go Development Architecture Practice
Jul 28, 2025 · Fundamentals

Can Go Replace Python for Scripting? Practical Tips and Tools

This article explores using Go as a scripting language, covering its strengths such as fast compilation and strong typing, the use of the go run command, helpful third‑party packages, Linux shebang workarounds, alternative interpreters like Gomacro, and the remaining limitations compared to traditional scripting languages.

GoGomacroShebang
0 likes · 8 min read
Can Go Replace Python for Scripting? Practical Tips and Tools
ITPUB
ITPUB
Mar 4, 2025 · Fundamentals

What Does #!/bin/bash Do? Uncovering the Shebang Mystery

This article demystifies the #!/bin/bash shebang line, explaining its origin, how it tells the kernel which interpreter to use, common variations, practical examples, and even quirky uses like invoking non‑shell commands, providing a clear guide for anyone writing Unix scripts.

Shebangscript
0 likes · 6 min read
What Does #!/bin/bash Do? Uncovering the Shebang Mystery