On 11/12/2021 08.13, Roger Wells wrote:
In F34 the command

locate *.xyz

finds all expected files
after updating from F34->F35
it seems to only report the ones located from $PWD on down.

It is likely that the pattern has a match in $PWD so the 'locate' gets the full 
filename.
Probably you need to escape the pattern, e.g.
        locate '*.xyz'

--
Eyal Lebedinsky (fed...@eyal.emu.id.au)
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to