archive-logs

Iteratively archive newline separated log files

git clone https://git.8pit.net/archive-logs.git

 1#!/bin/sh
 2. "${0%/*}/common.sh"
 3
 4cat >current/file1 <<-EOF
 5	1
 6	2
 7	3
 8EOF
 9
10cat >current-expected/file1 <<-EOF
11	1
12	2
13	3
14EOF
15
16run_test -k 100