mirror of
https://git.suckless.org/9base
synced 2025-08-29 11:23:48 -07:00
21 lines
398 B
Groff
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
|