Variables y recibir datos del usuario en Shell Script

Las variables en Shell Script se pueden definir de la siguiente forma:

# a vale 8
a=8

# J vale echo
J=echo

# mensaje vale Víctor Robles!
mensaje="Víctor Robles!"

Para recibir valores del usuario utilizamos el comando read

read gotham city
Yo Soy Batman

echo $gotham
Yo

echo $city
Soy Batman

Con esto ya sabemos crear variables y recibir parámetros con Shell Script.

Víctor Robles WEB

Autor: Victor

Desarrollador web - Formador online - Blogger

Compartir este post