Avoiding Shell Quote Hell And Managing Interpolation in Nested Quotes
We’ve all been there. I ran command x, and now I want to run it in the context of command y but I’m dealing with nested strings and it’s a pain. I use this method to quickly avoid all the shell nonsense and escaping. I like to keep my snippets terse, so comments will be… Continue reading Avoiding Shell Quote Hell And Managing Interpolation in Nested Quotes