github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_test_histogram.md (about)

     1  ---
     2  title: "rclone test histogram"
     3  description: "Makes a histogram of file name characters."
     4  slug: rclone_test_histogram
     5  url: /commands/rclone_test_histogram/
     6  versionIntroduced: v1.55
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/histogram/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone test histogram
    10  
    11  Makes a histogram of file name characters.
    12  
    13  ## Synopsis
    14  
    15  This command outputs JSON which shows the histogram of characters used
    16  in filenames in the remote:path specified.
    17  
    18  The data doesn't contain any identifying information but is useful for
    19  the rclone developers when developing filename compression.
    20  
    21  
    22  ```
    23  rclone test histogram [remote:path] [flags]
    24  ```
    25  
    26  ## Options
    27  
    28  ```
    29    -h, --help   help for histogram
    30  ```
    31  
    32  
    33  See the [global flags page](/flags/) for global options not listed here.
    34  
    35  # SEE ALSO
    36  
    37  * [rclone test](/commands/rclone_test/)	 - Run a test command
    38