Sha256: 90b08c59545e4ad937dd9a6c3c9e69b7a58e21daa5e6b875b360f5ce25c212dd
Contents?: true
Size: 839 Bytes
Versions: 6
Compression:
Stored size: 839 Bytes
Contents
# ronin-rot 1 "May 2022" Ronin "User Manuals" ## SYNOPSIS `ronin rot` [*options*] [*FILE* ...] ## DESCRIPTION Rotates each character of data with an alphabet. ## ARGUMENTS *FILE* The optional file to read and process. If no *FILE* arguments are given, input will be read from `stdin`. ## OPTIONS `-f`, `--file` *FILE* Optional file to process. `--string` *STRING* Optional string to process. `-M`, `--multiline` Process each line of input separately. `-n`, `--keep-newlines` Preserves newlines at the end of each line. `-A`, `--alphabet` `ABC...` Alphabet characters to rotate characters within. `-n`, `--modulu` *NUM* Number of characters to rotate forwards or backwards. `-h`, `--help` Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-encode(1), ronin-rot(1)
Version data entries
6 entries across 6 versions & 1 rubygems