Changes between Initial Version and Version 1 of Ticket #18672, comment 3


Ignore:
Timestamp:
Nov 18, 2023, 2:31:36 PM (6 months ago)
Author:
bipolar

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18672, comment 3

    initial v1  
    11I've just tested on a VM with a LiveCD of "BeOS Max Edition" I had lying around.
    22
    3 Both `query -a '((name=="**")&&(BEOS:TYPE=="application/x-vnd.Be-elfexecutable"))'` and `query -a '((BEOS:TYPE=="application/x-vnd.Be-elfexecutable")&&(name="**"))'` give the exact same results.
     3Both:
     4
     5`query -a '((name=="**")&&(BEOS:TYPE=="application/x-vnd.Be-elfexecutable"))'`
     6
     7and
     8
     9`query -a '((BEOS:TYPE=="application/x-vnd.Be-elfexecutable")&&(name="**"))'`
     10
     11give the exact same results.
    412
    513While "query without name", ie: `query -a '(BEOS:TYPE=="application/x-vnd.Be-elfexecutable")'` yields no results.