Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    # Source: https://perlmonks.org/?node_id=11148801
    ...
    
    end=$( date '+%s' )
    printf "total time: %d s\n" $(( end - start )) >&2