Getting started with conditionals

  • + 0 comments

    read -p "Ingresa Y/N: " c

    if [[ ]]; then echo "NO"s else echo "YES" fi