8 delfattr - Removes given attributes (xattr) from files
12 delfattr -n I<NAME> [-n I<NAME> [..]] I<FILE> [I<FILE> [...]]
16 Remove I<NAME> xattribute(s) from the given files.
46 echo "$0: unknown option: $1" >&2
58 for name
in "${attr_names[@]}"
60 setfattr
-x "$name" "${files[@]}"