Sha256: 0d0a3d2abaa8f60496522331c32e74d0b5c0288d8d702a0af37eacda4f74289d
Contents?: true
Size: 1.15 KB
Versions: 3
Compression:
Stored size: 1.15 KB
Contents
# ronin-escape 1 "May 2022" Ronin "User Manuals" ## SYNOPSIS `ronin escape` [*options*] [*FILE* ...] ## DESCRIPTION Escapes each special character for a variety of encodings. ## ARGUMENTS *FILE* The optional file to read and process. If no *FILE* arguments are given, input will be read from `stdin`. ## OPTIONS `-i`, `--input` *FILE* Optional input file to read from. `--string` *STRING* Optional string to process. `-M`, `--multiline` Process each line separately. `-n`, `--keep-newlines` Preserves newlines at the end of each line. `-c`, `--c` Escapes the data as a C string. `-X`, `--hex` Escapes the data as a hex string (ex: "ABC\x01\x02\x03...") `-H`, `--html` HTML escapes the data. `-u`, `--uri` URI escapes the data. `--http` HTTP escapes the data. `-j`, `--js` JavaScript escapes the data. `-S`, `--shell` Escapes the data as a Shell String. `-P`, `--powershell` Escapes the data as a PowerShell String. `-R`, `--ruby` Escapes the data as a Ruby String. `-x`, `--xml` XML escapes the data. `-h`, `--help` Print help information. ## AUTHOR Postmodern <postmodern.mod3@gmail.com> ## SEE ALSO ronin-unescape(1)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-2.0.0.beta3 | man/ronin-escape.1.md |
ronin-2.0.0.beta2 | man/ronin-escape.1.md |
ronin-2.0.0.beta1 | man/ronin-escape.1.md |