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

     1  ---
     2  title: "rclone test makefiles"
     3  description: "Make a random file hierarchy in a directory"
     4  slug: rclone_test_makefiles
     5  url: /commands/rclone_test_makefiles/
     6  versionIntroduced: v1.55
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/makefiles/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone test makefiles
    10  
    11  Make a random file hierarchy in a directory
    12  
    13  ```
    14  rclone test makefiles <dir> [flags]
    15  ```
    16  
    17  ## Options
    18  
    19  ```
    20        --ascii                      Fill files with random ASCII printable bytes only
    21        --chargen                    Fill files with a ASCII chargen pattern
    22        --files int                  Number of files to create (default 1000)
    23        --files-per-directory int    Average number of files per directory (default 10)
    24    -h, --help                       help for makefiles
    25        --max-depth int              Maximum depth of directory hierarchy (default 10)
    26        --max-file-size SizeSuffix   Maximum size of files to create (default 100)
    27        --max-name-length int        Maximum size of file names (default 12)
    28        --min-file-size SizeSuffix   Minimum size of file to create
    29        --min-name-length int        Minimum size of file names (default 4)
    30        --pattern                    Fill files with a periodic pattern
    31        --seed int                   Seed for the random number generator (0 for random) (default 1)
    32        --sparse                     Make the files sparse (appear to be filled with ASCII 0x00)
    33        --zero                       Fill files with ASCII 0x00
    34  ```
    35  
    36  
    37  See the [global flags page](/flags/) for global options not listed here.
    38  
    39  # SEE ALSO
    40  
    41  * [rclone test](/commands/rclone_test/)	 - Run a test command
    42