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

Bash tricks for data analysis

In the realm of data analysis, the command-line shell Bash stands as an invaluable tool that empowers analysts and researchers to swiftly……

Essential Bash Tricks!

The command line is a powerful tool that empowers users to interact with their computer’s operating system efficiently and effectively……

Bash scripting tutorial — Part 1

Bash scripting is essential to any system administrator or DevOps engineer; bash scripting allows automating tasks that can be tedious……

Bash: associative arrays how to

An associative array stores multiple data with keys corresponding values, each value can be accessed with the key of the array.…

Linux: Add cronjob using a bash script.

We all know and love cronjobs, cronjobs allows us to execute a command or a script in the future. It can be tedious boring and error prone……