help-recutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: recfmt tabular output returns one record only


From: Rowan Wookey
Subject: Re: recfmt tabular output returns one record only
Date: Thu, 2 Nov 2023 22:26:05 -0700
User-agent: Mozilla Thunderbird

The new lines in the check.rec are counted as part of the filed. If you remove these lines it will work for example if you change your check.rec to:

%rec: Tot

CSV: 36
HTML: 2

%rec: Checks

Dir: 19112
Name: First
html: 128K

Dir: 2375
Name: Second
html: 124K

It will output:

recsel -t Checks check.rec |  recfmt -f template.txt
19112 First 128K
2375 Second 124K


On 02/11/2023 21:06, Wu Ming wrote:
recsel -C -t Checks check.rec | recfmt -f template.txt





reply via email to

[Prev in Thread] Current Thread [Next in Thread]