DEV Community

Discussion on: Bash scripting for everyday actions

Collapse
 
pra3t0r5 profile image
Pra3t0r5

Excellent post! Since I got my hands in Linux, I automate every repetitive task. The time you can save compared to the time that it takes to implement the automation is incredible.
For more complex automations I tend to use python but just because of PyPI

Collapse
 
carminezacc profile image
Carmine Zaccagnino

Thank you! Python is much more powerful, but a bit less intuitive for some tasks. I'll be posting about automating tasks with it in the near future too.