>>25

if diff hoge.txt boke.txt > /dev/null
then
commandA
else
commandB
fi