#!/bin/bash SZAM=2 if [ $SZAM -gt 2 ] then echo "Nagyobb" else echo "Kisebb vagy egyenlő mint kettő" fi