#ShellScripting
In Chapter #10 of the LFCS certification, understand the difference between terminals and shells, and start writing your own shell scripts.

📖 Read the full guide (Pro members only):

👉 pro.tecmint.com/understandin...

Follow @tecmint.bsky.social for more #Linux tips and #ShellScripting guides!
How to Use Terminals, Shells, and Shell Scripting in Linux
In this chapter, you’ll learn how Linux terminals and shells work, and how to write your first shell scripts using bash.
pro.tecmint.com
July 22, 2025 at 10:29 AM
Many users enhance Zoxide with custom shell aliases or functions, e.g., `z foo` for `cd $(zoxide query foo)`. Integrating it into your dotfiles workflow maximizes its utility and personalizes your shell experience. #ShellScripting 4/6
September 24, 2025 at 10:00 PM
Give your shell scripts a refresh with Modernish! Simplify complex tasks & make them more maintainable. Learn more: https://github.com/modernish/modernish #shellscripting #devops"
July 25, 2025 at 7:21 AM
April 17, 2025 at 7:00 AM
I used my free time to learn some #shellScripting in #linux.
It's fun, but the #zsh syntax is wild! 💻

My terminal now judges me for every typo. x)

#Coding #CodeNewbie
December 12, 2025 at 9:41 AM
Master Linux One Command at a Time – Copy with Ease: cp – Copy Files and Directories effortlessly.

#Linux #LinuxCommands #cpCommand #CommandLine #SysAdmin #DevOps #ShellScripting #LinuxTips #TerminalTips #LearnLinux #TechEducation #CopyFiles #BashTips
May 7, 2025 at 7:00 AM
🧩 What do you call parameters that are optional—until another one is used, making them required? Example: A flag you don't need on its own, but must include when paired with another. Is there a standard term for this in #Bash or #ShellScripting? #Linux #Scripting
May 17, 2025 at 3:53 PM
Master Linux One Command at a Time – Move and Rename: mv – Effortlessly Move and Rename Files and Directories.

#Linux #LinuxCommands #mvCommand #CommandLine #SysAdmin #DevOps #ShellScripting #LinuxTips #TerminalTips #LearnLinux #MoveFiles #RenameFiles #TechTutorial #BashTips
April 30, 2025 at 4:03 PM
Just started learning Linux scripting, and it’s like unlocking a whole new level of automation! Every command feels like a small victory.

What’s the one script you use the most?

#Linux #ShellScripting #LearningByDoing #Automation
March 19, 2025 at 7:04 PM
ShellCheck finds bugs in your shell scripts
www.shellcheck.net
November 22, 2024 at 11:48 AM
Here's a #shellscripting puzzle. Suppose you have a shell script run with the "-e" flag, i.e., it's supposed to exit immediately if a command exits with a non-zero exit status. But there's one particular command you want to capture the exit status of so you can check if it's a particular failure […]
Original post on federate.social
federate.social
August 25, 2025 at 12:09 AM
HN discussed tab completion across Bash, Zsh, and Fish shells. The conversation covered ease of use, configuration, and shortcomings, debating the trade-offs between convenience & control, and the potential for standardization. #ShellScripting 1/5
August 11, 2025 at 7:00 PM
April 21, 2025 at 12:01 PM
Bash scripts > Python scripts #ShellScripting #DevOps
November 30, 2024 at 10:13 PM
Looks like black magic at first glance… but it actually works!

This script is a hands-on mini-lesson in associative arrays (maps) and other cool zsh-tricks. Think of it as a tiny config manager for your zsh setup on Linux.
Still, zsh syntax is blowing my mind.
#ShellScripting #Linux #Zsh #DevMagic
December 14, 2025 at 8:28 PM
Bash isn't just a shell — it's a superpower 🧠💻
🔁 Loops
🗂️ File automation
📜 Scripts that replace 100s of clicks
Mastering Bash means controlling your system like a pro. #Bash #Linux #ShellScripting
August 30, 2025 at 2:10 PM
⚙️Your Own Shell with Rust: Command the Terminal🦀

System programming by building a functional shell from scratch using Rust's safety and concurrency features:
> Shell Features You'll Implement:
- Command execution
- Piping
- Environment variables
- Basic job control

#RustLang #ShellScripting
October 22, 2024 at 2:46 PM
today I learned:
#linux #shell
#ShellScripting #wetter #weather

füge das zu Deiner ~/.bashrc hinzu:
```
wetter(){
curl http://wttr.in/$1
}
```
danach:
February 18, 2025 at 9:54 AM