wc -l output type 

> How do I convert wc -l output to numaric value and compare it with
> numaric value.
var=$(wc -l < filename)
[ $var -gt 100 ] && man wc