Toskan
Resultados
1
preguntas formuladas por
Toskan
¿Pasar todas las variables de un script de shell a otro?
7
respuestas
262
votos
344.2k
vistas
Digamos que tengo un script shell/bash llamado test.shcon: #!/bin/bash TESTVARIABLE=hellohelloheloo ./test2.sh Mi test2.shaspecto es este: #!/bin/bash echo ${TESTVARIABLE} Esto no funciona. No quiero pasar todas las variables como parámetros ya