To input arguments into a Bash script, like any normal command line program, ... #!/bin/bash echo "the $1 eats a $2 every time there is a $3" echo "bye:-)".
確定! 回上一頁