rclone/docs/content/commands/rclone_test_histogram.md

39 lines
914 B
Markdown
Raw Normal View History

2021-04-01 05:12:08 +11:00
---
title: "rclone test histogram"
description: "Makes a histogram of file name characters."
slug: rclone_test_histogram
url: /commands/rclone_test_histogram/
2022-12-21 04:16:14 +11:00
versionIntroduced: v1.55
2021-04-01 05:12:08 +11:00
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/histogram/ and as part of making a release run "make commanddocs"
---
# rclone test histogram
Makes a histogram of file name characters.
## Synopsis
This command outputs JSON which shows the histogram of characters used
in filenames in the remote:path specified.
The data doesn't contain any identifying information but is useful for
the rclone developers when developing filename compression.
```
rclone test histogram [remote:path] [flags]
```
## Options
```
-h, --help help for histogram
```
2023-08-02 19:02:38 +10:00
2021-04-01 05:12:08 +11:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# SEE ALSO
2021-04-01 05:12:08 +11:00
* [rclone test](/commands/rclone_test/) - Run a test command