attr/sort-getfattr-output
2010-03-10 14:10:29 +00:00

4 lines
83 B
Perl
Executable file

#! /usr/bin/perl -w
undef $/;
print join("\n\n", sort split(/\n\n/, <>)), "\n\n";