我發現以下腳本在AIX上導致KornShell(ksh)中出現分段故障和內核。任何人都可以解釋爲什麼我會得到以下結果?KornShell(ksh)SegFault
doOutput(){
Echo "Something"
}
doOutput() >&1
OR
doOutput(){
Echo "Something"
}
echo `doOutput()`
doOutput(){
Echo "Something"
}
doOutput()
doOutput(){
Echo "Something"
}
doOutput
OR
doOutput(){
Echo "Something"
}
doOutput >&1
因爲我沒有得到輸出,我不知道爲什麼。謝謝,愚蠢的語法錯誤。 – 2010-02-05 16:35:54