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