(no title)
gbrown | 4 years ago
To each their own, but writing bash scripts that get more complex than moving a few files around and sucks (imho), so I don’t bother.
gbrown | 4 years ago
To each their own, but writing bash scripts that get more complex than moving a few files around and sucks (imho), so I don’t bother.
Steltek|4 years ago
I attempted to demonstrate how evolving a CLI session into a script is very beneficial. That bash is not great for that purpose is exactly the point of the article. A better shell language would mean not throwing away your organic, working code for a rewrite.
Unless you're trying to say that you rarely use the command line to explore a system and operate mostly through scripts. I think I would burn a lot of time in writing boiler plate when "curl | grep" would do the job for human consumption in less than 50 keystrokes.
gbrown|4 years ago