File: sort-getfacl-output

package info (click to toggle)
acl 2.2.52-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports, stretch
  • size: 2,320 kB
  • sloc: sh: 10,432; ansic: 5,550; makefile: 510; perl: 246
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";