Sha256: 42f3fafc77512301aae0817f6403b7d7d78041587a93d53913fcffe478de63e7
Contents?: true
Size: 872 Bytes
Versions: 1
Compression:
Stored size: 872 Bytes
Contents
# ronin-rot 1 "2023-02-01" 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`, `--modulo` *NUM* Number of characters to rotate forwards or backwards. Defaults to 13 if not given. `-h`, `--help` Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-encode(1), ronin-rot(1)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.0.1 | man/ronin-rot.1.md |