grep -P "\d\s+\d" test.lst | awk '{print $1 "/" $2}' | clac | sort -n | head -n 1