archive stdin by time format
build
g++ -std=c++14 -O2 -pthread archive.cpp -o archive
run
cmd | archive output_prefix timefmt
timefmt is the same as in strptime
g++ -std=c++14 -O2 -pthread archive.cpp -o archive
cmd | archive output_prefix timefmt
timefmt is the same as in strptime