[Bug 285889] getextattr(1) Aborts prematurely if an attribute isn't found in one of a list of files

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 20 Apr 2026 00:57:20 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285889

--- Comment #1 from Jamie Landeg-Jones <jamie@catflap.org> ---
Whilst stopping prematurely seems unnatural (especially as this even happens if
the file exists but simply doesn't have the name set), it's the way it was
designed.

From the manpage:

  -f      (Force.)  Ignore errors on individual filenames and continue with the
remaining arguments.

So, use that in future if you're testing multiple files.

-- 
You are receiving this mail because:
You are the assignee for the bug.