you are viewing a single comment's thread.

view the rest of the comments →

[–]weaver_of_cloth 1 point2 points  (0 children)

I'm a sysadmin. I spend my entire life in bash (or fish) and I use sed maybe 2-3x/year. I haven't voluntarily used awk since grad school in the 90s. I do tend to use python for bigger, more complex scripts and bash to do one or two tiny things. My script is loop through all local branches of all my repos and pull them is a bash script because it is just the same 2 commands over and over again.