Remix.run Logo
skydhash a day ago

I would rather bet that people don’t know that their problem has been solved for ages. Either they don’t know about the tools or can’t make the leap to think of using something like awk or sed to quickly script out their use cases. Or even quickly draft up a quick function/plugin in something like vim, emacs, sublime,…

In “The Pragmatic Programmer”, the power of unix tools and editor fluency is well argued. There are plenty of other books like “Unix Power Tools”, “Small, Sharp Software Tools”,…

bombcar 3 hours ago | parent [-]

My problem is always the time necessary to get good at the tool is slightly more than just brute forcing it one more time.

skydhash 2 minutes ago | parent [-]

I'm not always forced for time. And the time is slightly less when you know how to use man (with apropos and whatis, a few unix conventions (null vs newline when piping text) and the quirks/feature of your shell.