Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created March 4, 2019 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/59d13316ed5896438ecca30dd0768711 to your computer and use it in GitHub Desktop.
Save parzibyte/59d13316ed5896438ecca30dd0768711 to your computer and use it in GitHub Desktop.
nombre="Luis"
nombre_mascota="Maggie"
# Si queremos concatenar con guiones bajos, entonces:
mensaje="El correo de $nombre_mascota es ${nombre_mascota}_123@gmail.com"
echo $mensaje
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment