github.com/schwarzm/garden-linux@v0.0.0-20150507151835-33bca2147c47/old/linux_backend/src/repquota/README.md (about)

     1  # repquota
     2  
     3  This program has similar functionality to `repquota` provided by the standard
     4  quota packages. One difference is that it does not require you to `sync` the
     5  filesystem before calling it, and always returns up-to-date quota usage and
     6  limits.
     7  
     8  Another difference is that it allows the user to specify a list of UIDs for
     9  which to query the quota usage and limits, and does not print out the quota
    10  usage and limits for all users.