help-recutils
[Top][All Lists]
Advanced

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

Re: recsel all record types


From: Jose E. Marchesi
Subject: Re: recsel all record types
Date: Tue, 18 Apr 2023 12:23:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

> This merges last entry of a type with the first entry of a new type.

True.  Then something like:

$ for t in $(recinf -n db.rec); do recsel -t $t db.rec; echo ""; done

>
> ------- Original Message -------
> On Monday, April 17th, 2023 at 06:33, Jose E. Marchesi <jemarch@gnu.org> 
> wrote:
>
>
>> > `recsel db.rec` causes a complaint when there's only one type, as 
>> > mentioned in the documentation.
>> > 
>> > Question: is it possible to select all possible record types? Something 
>> > like `recsel -t '*' db.rec`?
>> 
>> 
>> What about something like:
>> 
>> for t in $(recinf -n db.rec); do recsel -t $t db.rec; done



reply via email to

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