Calling a function is just like calling another program, you just write its name. 8.1 Functions sample. #!/bin/bash function quit { exit } function hello { echo ...
確定! 回上一頁