rclone/docs/content/commands/rclone_test_histogram.md

36 lines
848 B
Markdown
Raw Normal View History

2021-03-31 20:12:08 +02:00
---
title: "rclone test histogram"
description: "Makes a histogram of file name characters."
2022-12-20 18:16:14 +01:00
versionIntroduced: v1.55
2021-03-31 20:12:08 +02: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
```
See the [global flags page](/flags/) for global options not listed here.
2024-09-08 17:21:56 +02:00
## See Also
2021-03-31 20:12:08 +02:00
* [rclone test](/commands/rclone_test/) - Run a test command