是什么让 Bash 中的 display 函数具有递归性?
display
它使用 function 关键字声明。
function
它在自己的函数体中再次调用 display。
它对位置参数调用 echo。
echo
它包含一个 for 循环。
for