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: Mon, 17 Apr 2023 15:33:12 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

> `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]