.shファイルから.cshファイルを実行できます。 .cshファイルの実行を開始するときに、a.shファイルのパスをb.cshファイルに渡したいと思います。
たとえば:-
#a.sh
if(result=0) then
x=path/to/.csh
#I want to pass the path from here for "a"
#How can i do it?
a=/my/path/1
elif(result=1) then
x=path/to/.csh
a=/my/path/2
fi
#b.csh
set a=/path/to/add
ベストアンサー1
どちらもcshスクリプトb.csh
なのでa.sh
。source b.csh
ところで、名前にもかかわらずそれは台本ではなく台本であることを知ってa.sh
いますねsh
… csh
?