0
我在我的.profile
中有一個函數,我需要在makefile中創建它(我創建的第一個函數)。至於我可以告訴做出不允許交互方式定義的函數或別名makefile中的函數
我怎麼還讓使用該功能?這是我.profile
定義:
matlabs(){
/Applications/Matlab.app/bin/matlab -nodesktop -nosplash -nojvm -r "disp('MATLAB:');${1}; quit();" | tail -n +11
}
而且我想這樣做在生成文件:
num.txt : finance.m
matlabs finance