shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Problema string variavel


From: Rogério Mestre
Subject: Re: [shell-script] Problema string variavel
Date: Thu, 14 Aug 2014 10:52:48 -0300

Tenta assim:

diario=/tmp
RETENCAO=${diario}
eval echo -e "path $RETENCAO"

Atenciosamente,

Rogério Mestre®




Em 14 de agosto de 2014 10:47, address@hidden [shell-script] <address@hidden> escreveu:
 

Nao funcionou colega

RETENCAO=diario
diario=/tmp
eval echo -e "path $RETENCAO"
o resultado que quero é path /tmp, mas estou recebendo a saida path diario.
vou continuar consultando 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]