rafaelcorredor
(usa Outra)
Enviado em 02/12/2011 - 12:05h
Recuperei meus arquivos...
E fiz um backup do diretorio !!!
Alguem pode me ajudar com relacao ao script msm ???
#!/bin/ksh
# Determine current user
user=`whoami`
case "$user" in
"VHC\santymic"|"VHC\lawson"|"VHC\sdaniels"|"VHC\mfales"|"VHC\root"|"VHC\SUWalker"|"VHC\gburns") echo "User is authorized to run script"
;;
*) echo "Unauthorized... exiting"
exit
;;
esac
cd "D:/LAWTEST/law/testhr/work/VH102"
da=`date +%Y%m%d`
ARLHOSP=D:/LAWTEST/law/testhr/work/VH102
cnvimp ARLHOSP.$(da) 1666 > TESTE222
fi
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Só para eu entender...
Esta linha:
ARLHOSP=D:/LAWTEST/law/testhr/work/VH102
Pra que serve exatamente?
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Resultado do meu script:
$ ksh test.sh
User is authorized to run script
da: not found
ARLHOSP.: No such file or directory
test.sh 30: syntax error: got fi, expecting Newline
$
Obrigado novamente !!!