shell script echo first input code example Example: bash get first argument function_name () { echo "Parameter #1 is $1" }