[TiLUG] [bash] Testare due file differenti

Davide dg@linux.it
Mer 4 Apr 2007 14:26:06 CEST


Dovrei testare in bash se due file sono differenti o meno. Una cosa del tipo

if [ diff $F1 $2 ]; then
   echo "DIFF"
else
   echo "NO"
fi

Come si fa?

Ciao
Davide





Maggiori informazioni sulla lista TiLUG