Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data. Dateutils commands are prefixed with a `d` but otherwise resemble known unix commands for reasons of intuition. The only exception being `strptime` which is analogous to the libc function of the same name.
37 lines
838 B
Text
37 lines
838 B
Text
@comment $NetBSD: PLIST,v 1.1 2013/10/21 15:05:05 wiz Exp $
|
|
bin/dadd
|
|
bin/dconv
|
|
bin/ddiff
|
|
bin/dgrep
|
|
bin/dround
|
|
bin/dseq
|
|
bin/dtest
|
|
bin/strptime
|
|
include/dateutils/boops.h
|
|
include/dateutils/date-core-strpf.h
|
|
include/dateutils/date-core.h
|
|
include/dateutils/dt-core-strpf.h
|
|
include/dateutils/dt-core-tz-glue.h
|
|
include/dateutils/dt-core.h
|
|
include/dateutils/generics.h
|
|
include/dateutils/leaps.h
|
|
include/dateutils/leapseconds.def
|
|
include/dateutils/nifty.h
|
|
include/dateutils/strops.h
|
|
include/dateutils/time-core-strpf.h
|
|
include/dateutils/time-core.h
|
|
include/dateutils/token.h
|
|
include/dateutils/tzraw.h
|
|
info/dateutils.info
|
|
lib/libdut.a
|
|
lib/pkgconfig/libdut.pc
|
|
man/man1/dadd.1
|
|
man/man1/dateutils.1
|
|
man/man1/dconv.1
|
|
man/man1/ddiff.1
|
|
man/man1/dgrep.1
|
|
man/man1/dround.1
|
|
man/man1/dseq.1
|
|
man/man1/dtest.1
|
|
man/man1/strptime.1
|
|
share/doc/dateutils/README.md
|