nushell/old_nushell/docs/commands/random-chars.md
Fernando Herrera fdce6c49ab engine-q merge
2022-02-07 19:11:34 +00:00

326 B

random chars

Generate random chars

Usage

> random chars {flags} 

Flags

  • -h, --help: Display this help message
  • -l, --length : Number of chars

Examples

Generate random chars

> random chars

Generate random chars with specified length

> random chars -l 20