aboutsummaryrefslogblamecommitdiff
path: root/man/man1/sec.1df
blob: dc95e52ca6be643894785c869522150ced688146 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                 
      

                                       





                                                                               
.TH SEC 1df "December 2016" "Manual page for sec"
.SH NAME
.B sec
\- convert colon-delimited durations to seconds
.SH USAGE
.B sec
FILE1 [FILE2 ...]
.br
.B sec
< FILE
.br
printf '1:02:54\\n' |
.B sec
.br
sec=$(printf '%s\n' "$timestamp" | sec)
.SH DESCRIPTION
Applies awk(1) to convert hh:mm:ss or mm:ss timestamps into a count of seconds.
Exits zero if all lines were successfully recognised and converted, non-zero
otherwise.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>