Sha256: 101920e0a4910d848ddfba91d25579c9df979580a65139e4e0c2eb9661218aec

Contents?: true

Size: 1.24 KB

Versions: 5

Compression:

Stored size: 1.24 KB

Contents

# ronin-unescape 1 "2023-02-01" Ronin "User Manuals"

## SYNOPSIS

`ronin unescape` [*options*] [*FILE* ...]

## DESCRIPTION

Unescapes each escaped character from 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

`-f`, `--file ` *FILE*
  Optional file to process.

`--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`
  Unescapes the data as a C string.

`-X`, `--hex`
  Unescapes the data as a hex string (ex: "ABC\x01\x02\x03...")

`-H`, `--html`
  HTML unescapes the data.

`-u`, `--uri`
  URI unescapes the data.

`--http`
  HTTP unescapes the data.

`-j`, `--js`
  JavaScript unescapes the data.

`-S`, `--shell`
  Unescapes the data as a Shell String.

`-P`, `--powershell`
  Unescapes the data as a PowerShell String.

`-Q`, `--quoted-printable`
  Unescapes the data as Quoted Printable.

`-R`, `--ruby`
  Unescapes the data as a Ruby String.

`-x`, `--xml`
  XML unescapes the data.

`-h`, `--help`
  Print help information.

## AUTHOR

Postmodern <postmodern.mod3@gmail.com>

## SEE ALSO

ronin-escape(1)

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ronin-2.0.5 man/ronin-unescape.1.md
ronin-2.0.4 man/ronin-unescape.1.md
ronin-2.0.3 man/ronin-unescape.1.md
ronin-2.0.2 man/ronin-unescape.1.md
ronin-2.0.1 man/ronin-unescape.1.md