We're losing the art of bash ``` find -type f -iname '*.go' | xargs -r -n1 sed -i 's,foo,foobar,g' ```
Yeah it's great! Difficult to remember Bash pipelines are being replaced with modern tools with good UX.
I disagree, They are not difficult to remember.
you'll never build good UX and a powerful tool. You're either a master of your tool or you're not.