(root)/
attr-2.5.1/
test/
sort-getfattr-output
#! /usr/bin/perl -w

undef $/;
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";