Executavel

1. Executavel

Barbara O. dos Santos
BarbaraOliveira

(usa Outra)

Enviado em 14/12/2016 - 12:42h

Prezados

Inicialmente converti um arquivo que não era executavel para executavel com o comando chmod +x filename
Em seguida dei o comando para execução ./name

Me apareceu a mensagem "command not found".

Vocês poderiam me auxiliar? Lembrando que anteriormente já executei desta maneira.

Obrigada


  


2. Re: Executavel

Perfil removido
removido

(usa Nenhuma)

Enviado em 14/12/2016 - 12:53h

Seu arquivo não está na rota de $PATH.
Então para executa-lo precisar se posicionar (PWD) no diretório dele
ou usar uma rota completa até ele.

# Aqui tem um ponto no começo da instrução.
$ . /caminho/completo/até/lá/arquivo.sh




3. Re: Executavel

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 14/12/2016 - 13:04h

BarbaraOliveira escreveu:

Prezados

Inicialmente converti um arquivo que não era executavel para executavel com o comando chmod +x filename
Em seguida dei o comando para execução ./name

Me apareceu a mensagem "command not found".

Vocês poderiam me auxiliar? Lembrando que anteriormente já executei desta maneira.

Obrigada


só um adendo ... se vc fez
chmod +x filename 
... vc deveria ter feito
./filename 




___________________________________________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"


4. Re: Executavel

Barbara O. dos Santos
BarbaraOliveira

(usa Outra)

Enviado em 14/12/2016 - 13:08h

KYETOY escreveu:

Seu arquivo não está na rota de $PATH.
Então para executa-lo precisar se posicionar (PWD) no diretório dele
ou usar uma rota completa até ele.

# Aqui tem um ponto no começo da instrução.
$ . /caminho/completo/até/lá/arquivo.sh



O problema persiste!



5. Re: Executavel

Perfil removido
removido

(usa Nenhuma)

Enviado em 14/12/2016 - 13:13h

BarbaraOliveira escreveu:

KYETOY escreveu:

Seu arquivo não está na rota de $PATH.
Então para executa-lo precisar se posicionar (PWD) no diretório dele
ou usar uma rota completa até ele.

# Aqui tem um ponto no começo da instrução.
$ . /caminho/completo/até/lá/arquivo.sh



O problema persiste!


Se for um script BASH ou qualquer outra linguagem como perl, python ...

Precisa que a primeira linha tenha o nome do executável que chama o scripta

#!/bin/sh

Agora para executar só tem 2 coisas no mundo UM EXECUTÁVEL binário ou um SCRIPT. O resto não executa nem com reza.





6. Re: Executavel

Barbara O. dos Santos
BarbaraOliveira

(usa Outra)

Enviado em 14/12/2016 - 13:14h

KYETOY escreveu:

BarbaraOliveira escreveu:

KYETOY escreveu:

Seu arquivo não está na rota de $PATH.
Então para executa-lo precisar se posicionar (PWD) no diretório dele
ou usar uma rota completa até ele.

# Aqui tem um ponto no começo da instrução.
$ . /caminho/completo/até/lá/arquivo.sh



O problema persiste!


Se for um script BASH ou qualquer outra linguagem como perl, python ...

Precisa que a primeira linha tenha o nome do executável que chama o scripta

#!/bin/sh

Agora para executar só tem 2 coisas no mundo UM EXECUTÁVEL binário ou um SCRIPT. O resto não executa nem com reza.




A primeira linha tem #!/bin/sh


7. Re: Executavel

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 14/12/2016 - 13:19h

BarbaraOliveira escreveu:
A primeira linha tem #!/bin/sh


seguinte .. pro negócio ficar chique ... posta aí pra gente o ls do diretório depois o conteúdo do 'executável'

ls -l 

cat filename 


OBS: quando postar por gentileza poste o comando q vc deu junto !!
___________________________________________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"


8. Re: Executavel

Barbara O. dos Santos
BarbaraOliveira

(usa Outra)

Enviado em 14/12/2016 - 13:30h

Mauriciodez escreveu:

BarbaraOliveira escreveu:
A primeira linha tem #!/bin/sh


seguinte .. pro negócio ficar chique ... posta aí pra gente o ls do diretório depois o conteúdo do 'executável'

ls -l 

cat filename 


OBS: quando postar por gentileza poste o comando q vc deu junto !!



[bolivei@rdfmg cr0_dc60_p0500_tf0800]$ ls -l
total 232456
-rw-r--r-- 1 bolivei RDFMG 59369 Dec 14 10:25 CASE00?
-rw-r--r-- 1 bolivei RDFMG 18187 Dec 7 07:41 Expert-A
-rw-r--r-- 1 bolivei RDFMG 74814 Dec 13 14:29 Expert-A.out
-rw-r--r-- 1 bolivei RDFMG 60546 Dec 7 07:41 Expert-Z
-rw-r--r-- 1 bolivei RDFMG 266373 Dec 14 09:28 Expert-Z.out
-rw-r--r-- 1 bolivei RDFMG 880 Dec 12 14:50 HEL1_PMAXS.inp
-rw-r--r-- 1 bolivei RDFMG 234377216 Dec 13 19:17 PWRxFuel.hrf
-rw-r--r-- 1 bolivei RDFMG 266610 Dec 13 19:17 PWRxFuel.out
-rw-r--r-- 1 bolivei RDFMG 2232320 Dec 14 09:28 PWRxFuel.set
-rw-r--r-- 1 bolivei RDFMG 12127 Dec 7 07:41 runpbs
-rw-r--r-- 1 bolivei RDFMG 5032 Dec 7 08:47 Short-A
-rw-r--r-- 1 bolivei RDFMG 438256 Dec 13 14:30 Short-A.out
-rw-r--r-- 1 bolivei RDFMG 5725 Dec 7 07:41 Short-Mat
-rw-r--r-- 1 bolivei RDFMG 22472 Dec 13 14:28 Short-Mat.out
-rw-r--r-- 1 bolivei RDFMG 11903 Dec 7 07:41 Short-Ovr
-rw-r--r-- 1 bolivei RDFMG 55938 Dec 13 14:30 Short-Ovr.out
-rw-r--r-- 1 bolivei RDFMG 5659 Dec 7 07:41 Short-Xsec
-rw-r--r-- 1 bolivei RDFMG 24312 Dec 13 14:29 Short-Xsec.out
-rwxrw-rw- 1 bolivei RDFMG 60319 Dec 7 09:04 Short-Z



[bolivei@rdfmg cr0_dc60_p0500_tf0800]$ cat Short-Z
#!/bin/csh -f
# ******************************************************************************
# ************* ZENITH Short Input of PWRxFuel Fuel Assembly **************
# ************* Last update = 31/12/2010 by Andrew M. Ward **************
# ******************************************************************************
# ------------------------------------------------------------------------------
# ** CAUTIONS
# 1) Please keep the numbering diectives, LR;TB, for regions and faces in
# BEGIN operator. They are used in Expert input of Zenith in numbering of
# Discontinuity factor and mapping the power distributions.
# 2) In order to escape the reading violations, please keep LINPAG in
# BEGIN operator.
# ------------------------------------------------------------------------------

rm -rf Zenith.out
rm -rf CASE00
cat << 'END OF CASE===================================================' > CASE00
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< Base_Cal_Point >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 00 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE00 440000000
rm -rf CASE00

rm -rf Zenith.out
rm -rf CASE01
cat << 'END OF CASE===================================================' > CASE01
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC1xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 01 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE01 440000000
rm -rf CASE01

rm -rf Zenith.out
rm -rf CASE02
cat << 'END OF CASE===================================================' > CASE02
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchDC1xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 02 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE02 440000000
rm -rf CASE02

rm -rf Zenith.out
rm -rf CASE03
cat << 'END OF CASE===================================================' > CASE03
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC2xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 03 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE03 440000000
rm -rf CASE03

rm -rf Zenith.out
rm -rf CASE04
cat << 'END OF CASE===================================================' > CASE04
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC3xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 04 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE04 440000000
rm -rf CASE04

rm -rf Zenith.out
rm -rf CASE05
cat << 'END OF CASE===================================================' > CASE05
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC4xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 05 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE05 440000000
rm -rf CASE05

rm -rf Zenith.out
rm -rf CASE06
cat << 'END OF CASE===================================================' > CASE06
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC5xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 06 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE06 440000000
rm -rf CASE06

rm -rf Zenith.out
rm -rf CASE07
cat << 'END OF CASE===================================================' > CASE07
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC6xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 07 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE07 440000000
rm -rf CASE07

rm -rf Zenith.out
rm -rf CASE08
cat << 'END OF CASE===================================================' > CASE08
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC7xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 08 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE08 440000000
rm -rf CASE08

rm -rf Zenith.out
rm -rf CASE09
cat << 'END OF CASE===================================================' > CASE09
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchDC3xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 09 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE09 440000000
rm -rf CASE09

rm -rf Zenith.out
rm -rf CASE10
cat << 'END OF CASE===================================================' > CASE10
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC8xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 10 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE10 440000000
rm -rf CASE10

rm -rf Zenith.out
rm -rf CASE11
cat << 'END OF CASE===================================================' > CASE11
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchPC9xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 11 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE11 440000000
rm -rf CASE11

rm -rf Zenith.out
rm -rf CASE12
cat << 'END OF CASE===================================================' > CASE12
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCAxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 12 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE12 440000000
rm -rf CASE12

rm -rf Zenith.out
rm -rf CASE13
cat << 'END OF CASE===================================================' > CASE13
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCBxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 13 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE13 440000000
rm -rf CASE13

rm -rf Zenith.out
rm -rf CASE14
cat << 'END OF CASE===================================================' > CASE14
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCCxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 14 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE14 440000000
rm -rf CASE14

rm -rf Zenith.out
rm -rf CASE15
cat << 'END OF CASE===================================================' > CASE15
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCDxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 15 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE15 440000000
rm -rf CASE15

rm -rf Zenith.out
rm -rf CASE16
cat << 'END OF CASE===================================================' > CASE16
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCExxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 16 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE16 440000000
rm -rf CASE16

rm -rf Zenith.out
rm -rf CASE17
cat << 'END OF CASE===================================================' > CASE17
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCFxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 17 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE17 440000000
rm -rf CASE17

rm -rf Zenith.out
rm -rf CASE18
cat << 'END OF CASE===================================================' > CASE18
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCGxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 18 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE18 440000000
rm -rf CASE18

rm -rf Zenith.out
rm -rf CASE19
cat << 'END OF CASE===================================================' > CASE19
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCHxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 19 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE19 440000000
rm -rf CASE19

rm -rf Zenith.out
rm -rf CASE20
cat << 'END OF CASE===================================================' > CASE20
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCIxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 20 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE20 440000000
rm -rf CASE20

rm -rf Zenith.out
rm -rf CASE21
cat << 'END OF CASE===================================================' > CASE21
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCJxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 21 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE21 440000000
rm -rf CASE21

rm -rf Zenith.out
rm -rf CASE22
cat << 'END OF CASE===================================================' > CASE22
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCKxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 22 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE22 440000000
rm -rf CASE22

rm -rf Zenith.out
rm -rf CASE23
cat << 'END OF CASE===================================================' > CASE23
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCMxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 23 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE23 440000000
rm -rf CASE23

rm -rf Zenith.out
rm -rf CASE24
cat << 'END OF CASE===================================================' > CASE24
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCNxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 24 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE24 440000000
rm -rf CASE24

rm -rf Zenith.out
rm -rf CASE25
cat << 'END OF CASE===================================================' > CASE25
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCOxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 25 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE25 440000000
rm -rf CASE25

rm -rf Zenith.out
rm -rf CASE26
cat << 'END OF CASE===================================================' > CASE26
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCPxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 26 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE26 440000000
rm -rf CASE26

rm -rf Zenith.out
rm -rf CASE27
cat << 'END OF CASE===================================================' > CASE27
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCQxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 27 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE27 440000000
rm -rf CASE27

rm -rf Zenith.out
rm -rf CASE28
cat << 'END OF CASE===================================================' > CASE28
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCRxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 28 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE28 440000000
rm -rf CASE28

rm -rf Zenith.out
rm -rf CASE29
cat << 'END OF CASE===================================================' > CASE29
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchFCSxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 29 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE29 440000000
rm -rf CASE29

rm -rf Zenith.out
rm -rf CASE30
cat << 'END OF CASE===================================================' > CASE30
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC1xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 30 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE30 440000000
rm -rf CASE30

rm -rf Zenith.out
rm -rf CASE31
cat << 'END OF CASE===================================================' > CASE31
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchCR1xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 31 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE31 440000000
rm -rf CASE31

rm -rf Zenith.out
rm -rf CASE32
cat << 'END OF CASE===================================================' > CASE32
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC2xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 32 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE32 440000000
rm -rf CASE32

rm -rf Zenith.out
rm -rf CASE33
cat << 'END OF CASE===================================================' > CASE33
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC3xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 33 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE33 440000000
rm -rf CASE33

rm -rf Zenith.out
rm -rf CASE34
cat << 'END OF CASE===================================================' > CASE34
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC4xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 34 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE34 440000000
rm -rf CASE34

rm -rf Zenith.out
rm -rf CASE35
cat << 'END OF CASE===================================================' > CASE35
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchCR2xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 35 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE35 440000000
rm -rf CASE35

rm -rf Zenith.out
rm -rf CASE36
cat << 'END OF CASE===================================================' > CASE36
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC5xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 36 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE36 440000000
rm -rf CASE36

rm -rf Zenith.out
rm -rf CASE37
cat << 'END OF CASE===================================================' > CASE37
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC6xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 37 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE37 440000000
rm -rf CASE37

rm -rf Zenith.out
rm -rf CASE38
cat << 'END OF CASE===================================================' > CASE38
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC7xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 38 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE38 440000000
rm -rf CASE38

rm -rf Zenith.out
rm -rf CASE39
cat << 'END OF CASE===================================================' > CASE39
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchCR3xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 39 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE39 440000000
rm -rf CASE39

rm -rf Zenith.out
rm -rf CASE40
cat << 'END OF CASE===================================================' > CASE40
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC8xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 40 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE40 440000000
rm -rf CASE40

rm -rf Zenith.out
rm -rf CASE41
cat << 'END OF CASE===================================================' > CASE41
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRC9xxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 41 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE41 440000000
rm -rf CASE41

rm -rf Zenith.out
rm -rf CASE42
cat << 'END OF CASE===================================================' > CASE42
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRCAxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 42 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE42 440000000
rm -rf CASE42

rm -rf Zenith.out
rm -rf CASE43
cat << 'END OF CASE===================================================' > CASE43
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRCBxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 43 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE43 440000000
rm -rf CASE43

rm -rf Zenith.out
rm -rf CASE44
cat << 'END OF CASE===================================================' > CASE44
BEGIN ('PWRxFuel Fuel Calculation by T.K.Kim'/0.5;0.5/LR;TB)
%OPTIONS(LINPAG=500, MXAUX=130000, MXLNAM=10000,MXCON=30000,MXSET=1500)
! ----------------------------------------------------------------------------
! <<< BranchRCCxxxxx >>>
! ----------------------------------------------------------------------------
%'Case_Switch' = 44 ! Base_Cal_Point
%'Group_Structure' = 2 ! Neutron Group Structure (=2/4/8)
%'Power_Function' = 0 ! Power Form Function, 0/1 = no/yes
%'Form_Function' = 0 ! Group Form Function, 0/1 = no/yes
%'Number_Density' = 0 ! Fuel Number Density, 0/1 = no/yes
%'Heavy_Metals' = 0 ! HM Number Density, 0/1 = no/yes
%'Four_Factor' = 0 ! 3G Four Factor, 0/1 = no/yes
! ----------------------------------------------------------------------------
$Hfile = PAR('PWRxFuel.hrf') ! Hermes format file name
$Hcase = PAR('PWRxFuel') ! Case name
C1 = IMP(HELIOS;$Hcase/$Hfile) ! HELIOS Import point
&RunZenith = SET('PWRxFuel.set'/ ZENITH)
END()
'END OF CASE==================================================='
zenith-1.12 CASE44 440000000
rm -rf CASE44

cat CASE??.out > Zenith.out
rm CASE*
[bolivei@rdfmg cr0_dc60_p0500_tf0800]$ ls

___________________________________________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"





9. Re: Executavel

Mauriciodez
Mauriciodez

(usa Debian)

Enviado em 14/12/2016 - 13:49h

BarbaraOliveira escreveu:
#!/bin/csh -f


olha só ... não entendo nada dessas paradas de script em C não ... mas isso me parece errado '#!/bin/csh -f' ...
não seria assim ???
#!/bin/csh 


Quanto vc tentou executar o Short-Z vc tentou assim ???
./Short-Z 

___________________________________________________________________________________________
" Nem sempre é amigo aquele que te tira do buraco !!! ( Saddam Hussein )"


10. Re: Executavel

Perfil removido
removido

(usa Nenhuma)

Enviado em 14/12/2016 - 14:42h

Duas coisas:

1 -

-rwxrw-rw- 1 bolivei RDFMG 60319 Dec 7 09:04 Short-Z

Somente bolivei tem a permissão de execução no momento. Se necessário dê a permissão para todos
e veja o que acontece.

2 -

#!/bin/csh -f

Esse script foi escrito para ser executado em C Shell!
Você tem C Shell instalado? C Shell é seu shell padrão quando seu usuário faz login?




11. Re: Executavel

Barbara O. dos Santos
BarbaraOliveira

(usa Outra)

Enviado em 14/12/2016 - 14:55h

KYETOY escreveu:

Duas coisas:

1 -

-rwxrw-rw- 1 bolivei RDFMG 60319 Dec 7 09:04 Short-Z

Somente bolivei tem a permissão de execução no momento. Se necessário dê a permissão para todos
e veja o que acontece.

2 -

#!/bin/csh -f

Esse script foi escrito para ser executado em C Shell!
Você tem C Shell instalado? C Shell é seu shell padrão quando seu usuário faz login?



meu login é bolivei (eu tenho permissã). Sim eu tenho C Shell instalado.







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts