Files
9base/urlencode/urlencode.1
2012-11-01 18:42:41 +01:00

21 lines
398 B
Groff

.TH URLENCODE 1
.SH NAME
urlencode \- URL encode and decode files
.SH SYNOPSIS
.B urlencode
[
.B -d
] [
.I file
]
.SH DESCRIPTION
.I Urlencode
is a helper program to URL encode and decode files. The
.B -d
flag insead of encoding, decodes URL encoded file. If no
.I file
is given, standard input is read. The resulting data
is written to standard output.
.SH SOURCE
.B \*9/src/urlencode/urlencode.c