Query: unvis
OS: freebsd
Section: 1
Links: freebsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNVIS(1) BSD General Commands Manual UNVIS(1)NAMEunvis -- revert a visual representation of data back to original formSYNOPSISunvis [-e] [-Hh | -m] [file ...]DESCRIPTIONunvis is the inverse function of vis(1). It reverts a visual representation of data back to its original form on standard output. The options are as follows: -e Don't decode escaped sequences. -H Decode entity references and numeric character references from RFC 1866. (VIS_HTTP1866) -h Decode using the URI encoding from RFC 1808. (VIS_HTTP1808) -m Decode using mime style. (VIS_MIMESTYLE) Mixing -h or -H with -m is not supported.SEE ALSOvis(1), unvis(3), vis(3)HISTORYThe unvis command appears in 4.4BSD.BSDNovember 27, 2010 BSD