9base

revived minimalist port of Plan 9 userland to Unix
git clone git://git.suckless.org/9base
Log | Files | Refs | README | LICENSE

urlencode.1 (398B)


      1 .TH URLENCODE 1
      2 .SH NAME
      3 urlencode \- URL encode and decode files
      4 .SH SYNOPSIS
      5 .B urlencode
      6 [
      7 .B -d
      8 ] [
      9 .I file
     10 ]
     11 .SH DESCRIPTION
     12 .I Urlencode
     13 is a helper program to URL encode and decode files. The
     14 .B -d
     15 flag insead of encoding, decodes URL encoded file. If no
     16 .I file
     17 is given, standard input is read. The resulting data
     18 is written to standard output.
     19 .SH SOURCE
     20 .B \*9/src/urlencode/urlencode.c