jueves, 21 de julio de 2016

TIL: Embedding strings into strings in bash

In bash there's always quite a lot of quoting to be done when you're embeding commands into commands, and possibly want to interpolate some variables.


To save one quoting, there's the option to use HEREDOCS, and assign a string into a var.

No hay comentarios: