adi

Web Developer

pe

NAME

pe - percent encode

SYNOPSIS

pe [file]

DESCRIPTION

The pe utility prints the percent encoded version of file to standard output. If file is absent, pe reads from standard input.

EXIT STATUS

The pe utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print percent encoded file1 to standard output:

$ pe file1

STANDARDS

T. Berners-Lee, R. Fielding, and L. Masinter, Uniform Resource Identifier (URI): Generic Syntax, Network Working Group, RFC 3986, January 2005.

NAME

pd - percent decode

SYNOPSIS

pd [file]

DESCRIPTION

The pd utility prints the percent decoded version of file to standard output. If file is absent, pd reads from standard input.

EXIT STATUS

The pd utility exits 0 on success, and >0 if an error occurs.

EXAMPLES

Print percent decoded file1 to standard output:

$ pd file1

STANDARDS

T. Berners-Lee, R. Fielding, and L. Masinter, Uniform Resource Identifier (URI): Generic Syntax, Network Working Group, RFC 3986, January 2005.

Files

Download

pe@1.0.tgz