Files
playbook/antigravity-awesome-skills/skills/rclone-cli/references/commands/rclone_test_histogram.md
T
2026-07-01 16:02:41 +00:00

1.1 KiB

title, description, versionIntroduced
title description versionIntroduced
rclone test histogram Makes a histogram of file name characters. v1.55

Official documentation: https://rclone.org/commands/rclone_test_histogram/

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 for global options not listed here.

See Also