Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    i=1
    ...
        printf '%d\r' $((i++))
    done
    echo "$i:$n"