File: sort-getfattr-output

package info (click to toggle)
attr 1%3A2.4.48-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,688 kB
  • sloc: sh: 5,090; ansic: 2,406; perl: 272; makefile: 94; sed: 16
file content (4 lines) | stat: -rwxr-xr-x 83 bytes parent folder | download | duplicates (14)
1
2
3
4
#! /usr/bin/perl -w

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