You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
users probably won't be querying starting at a low level, so delete
rollup data under provided level to save storage space
can combine with --min-level to limit storing rollup data between 2 levels
caseFLAG_PATH_LIST_SHORT: printf(" --path-list <filename> File containing paths at single level to walk (not including starting path). If --min-level > 0, prepend each line of the file with the index path."); break;
252
254
caseFLAG_FORMAT_SHORT: printf(" --format <FORMAT> use the specified FORMAT instead of the default; output a newline after each use of FORMAT"); break;
253
255
caseFLAG_TERSE_SHORT: printf(" --terse print the information in terse form"); break; /* output from stat --help */
254
-
caseFLAG_ROLLUP_LIMIT_SHORT: printf(" --limit <count> Highest number of files/links in a directory allowed to be rolled up"); break;
255
256
caseFLAG_DONT_REPROCESS_SHORT: printf(" --dont-reprocess if a directory was previously processed, skip descending the subtree"); break;
256
257
caseFLAG_NEWLINE_SHORT: printf(" --newline <c> character used to separate lines (default: '\\n') [use 0 for NULL character]"); break;
257
258
caseFLAG_SUPPRESS_NEWLINE_SHORT: printf(" --suppress-newline do not print the line separator"); break;
0 commit comments