how to check if there is 2 argument in bash code example Example: bash command check 2 arguments if [ $# -lt 2 ]; then # TODO: print usage exit 1 fi