how to read command line arguments in bash scripts code example Example: bash get first argument function_name () { echo "Parameter #1 is $1" }