$ grep -rn "#Bash Scripting" ./posts

Identifying Failures in Bash Pipelines

Bash pipelines are an essential feature for chaining commands, but managing errors effectively within a pipeline can be challenging. By……

Bash: How to manage crontabs remotely

Working with crontabs in remote servers usually takes place with the following procedure, Assuming that you follow bad practices like me……

How to handle ctrl+c in bash scripts

Assume that you want to create a script that will run forever unless ctrl+c is pressed.. well as you might already know is that you can do……