Changes between Initial Version and Version 1 of Ticket #18672, comment 3
- Timestamp:
- Nov 18, 2023, 2:31:36 PM (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18672, comment 3
initial v1 1 1 I've just tested on a VM with a LiveCD of "BeOS Max Edition" I had lying around. 2 2 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. 3 Both: 4 5 `query -a '((name=="**")&&(BEOS:TYPE=="application/x-vnd.Be-elfexecutable"))'` 6 7 and 8 9 `query -a '((BEOS:TYPE=="application/x-vnd.Be-elfexecutable")&&(name="**"))'` 10 11 give the exact same results. 4 12 5 13 While "query without name", ie: `query -a '(BEOS:TYPE=="application/x-vnd.Be-elfexecutable")'` yields no results.