tools

various tools
git clone git://deadbeef.fr/tools.git
Log | Files | Refs | README | LICENSE

commit 7a22df20b6599df08999912756aff863ee56487b
parent 9e447a34271f2384ed6d6b8df3addb4099ca3268
Author: Morel BĂ©renger <berenger.morel@neutralite.org>
Date:   Tue, 25 Feb 2020 17:43:45 +0100

fixed readme (tabs no longer expanded in example)

Diffstat:
MREADME | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -23,8 +23,8 @@ Example of usage: FIELD_SEP=": \t" FIELDS="1,3" ./merge <<EOF 0 foo:hello:1 1 bar:hello:2 - 2:foo:world:3 - 2:bar:world:4 + 2:foo:world:3 + 2:bar:world:4 EOF ```