Navigating: Home » Personal » Week 11 Update Week 11 Update Posted on August 30, 2020 by devsrealm In week 10, I said, I wrote a couple of scripts which I’ll postpone for week 11, and yeah, I did just that, I was working on a project with a colleague where we need to replace about a thousand of string in multiple file names, you can imagine how crazy it would be to rename them one after the other, so, I wrote a script that did just that, plus, I also went deep with looping in bash. Iterating With Loops (Bash) Script to Replace/substitute Multi Occurrences of A String in Files Many more script loading…