github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_test_makefile.md (about)

     1  ---
     2  title: "rclone test makefile"
     3  description: "Make files with random contents of the size given"
     4  slug: rclone_test_makefile
     5  url: /commands/rclone_test_makefile/
     6  versionIntroduced: v1.59
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/test/makefile/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone test makefile
    10  
    11  Make files with random contents of the size given
    12  
    13  ```
    14  rclone test makefile <size> [<file>]+ [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    -h, --help       help for makefile
    23        --pattern    Fill files with a periodic pattern
    24        --seed int   Seed for the random number generator (0 for random) (default 1)
    25        --sparse     Make the files sparse (appear to be filled with ASCII 0x00)
    26        --zero       Fill files with ASCII 0x00
    27  ```
    28  
    29  
    30  See the [global flags page](/flags/) for global options not listed here.
    31  
    32  # SEE ALSO
    33  
    34  * [rclone test](/commands/rclone_test/)	 - Run a test command
    35