Merge of xfs-cmds-2.4.18:slinx:112579a by nathans.

getfattr -a --> --absolute-names.
This commit is contained in:
Nathan Scott
2002-02-25 23:10:01 +00:00
parent 7a00366de7
commit 1039f2f3e3
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1152,7 +1152,7 @@ _get_eas_on_path()
# sed 's/["]//g' |\
# sort |\
# and this is now the Linux way...
getfattr -Rha $_path |\
getfattr --absolute-names -Rh $_path |\
perl -wn -e '
if (m/^# file: (\S+)/) { $file = $1 }
elsif (m/^user\.(\w+)/) { print $file, " ",$1,"\n" }' |\