This link was posted by asicsp 1 hour ago on HN. It received 28 points and 4 comments.
One of the comments on HN is on spot
I feel we're witnessing a resurgence of interest in 'nix default programs such as sed and awk in part because LLMs make it so much easier to get started in them, and because they really do exist everywhere you might look. (The fact they were designed to be performant in bygone decades and are super-performant now as a result is also nice!)
I do use shell scripting much more than before as it is so easy to write it with the help of an LLM.
Same with regex commands within vim.
I used to use them a lot at some point, switched to python for a lot of little tasks, but now slowly getting back to those nex default programs.
reply
This is better than expected. I use all the default utilities for shell scripting since it will be easier to control LLMs using this default and time tested commands. Thanks for sharing from HN.
reply