For a command line version using clac (http://sourceforge.net/projects/clac/), how about:
grep -P "\d\s+\d" test.lst | awk '{print $1 "/" $2}' | clac | sort -n +| head -n 1
In reply to Re: code optimization
by gsiems
in thread code optimization
by arivu198314
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |