bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] use of recsel when records contain multiple instances


From: Jose E. Marchesi
Subject: Re: [bug-recutils] use of recsel when records contain multiple instances of same field-name in each record (was use of)
Date: Wed, 19 Apr 2017 21:35:49 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

    
                  recsel -e 'Tag = "This"' Contacts.rec | recsel -e 'Tag
        = "That"' -p
             Name
       
        Why would you do that instead of using the || operator in a
        single
        sexexpr, like John suggested?
       
    
    It is my understanding that the symbol or command for pipe is a
    single | and that the || is "or". I want only records which contain
    both Tag: This and Tag: That

I mean the || operator in sex expressions, like in:

'Tag = "This" || Tag = "That"'




reply via email to

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