>>183

set `wc -c fileA`
A=$1
set `wc -c fileB`
B=$1

if [ $A -gt $B ]; then