SilkyFalcon

Generation

linuxWed, 07 Dec 2022

Check if "tudni" equals "akarni", if not echo "Tudni != Akarni" with for loop

if [ $tudni == $akarni ]; then echo "Tudni == Akarni" else echo "Tudni != Akarni" fi

Want to kickstart your project?Use the new AI Studio to create your code