File: sort-getfacl-output

package info (click to toggle)
acl 2.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,212 kB
  • sloc: ansic: 5,916; sh: 5,379; perl: 279; makefile: 49; sed: 16
file content (4 lines) | stat: -rwxr-xr-x 83 bytes parent folder | download | duplicates (16)
1
2
3
4
#! /usr/bin/perl -w

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