Bash Functions A function that accepts named parameters. Example#. foo() { while [[ "$#" -gt 0 ]] do case $1 in -f|--follow) local FOLLOW="following" ...
確定! 回上一頁