static int icom_dump(__a_unused char *line)
{
- ERROR_LOG("dump: %s\n", select_conf.format_arg);
select_cmdline_parser_dump(stdout, &select_conf);
return 1;
}
Sort by file size, file count or unsorted.
"
-option "format" f
-#~~~~~~~~~~~~~~~~~
-"how to format the output"
-string typestr="<format>"
-optional
-details="
- %(basedir) -- the path given to --base-dir during create
- %(dir) -- the name of the directory
- %(dir_size) -- the size of the sum of all regular files in this directory
- %(num_files) -- the number of regular files in this directory
- %% -- interpolates to %
- %xx -- interpolates to the character with hex code xx
-"
-
option "output" o
#~~~~~~~~~~~~~~~~
"file to write output to"