Hi,
i wrote some command for division of numbers by certain number for example 1000000
and
$filesize=$size/1000000;
the result shown some things like this 12.24927
but i need just the first part of this number for example i want to write 12 instead of this 12.24927 . how can i eliminate the second part ?