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