Appearance
输出名称
function echoName() { echo "Hello $1" } echoName bash echoName 'Bourne Again Shell'
Hello bash Hello Bourne Again Shell