1*84d9c625SLionel Sambuc.\" $NetBSD: unvis.1,v 1.10 2012/12/15 02:08:13 uwe Exp $ 24e1bec4aSThomas Cort.\" 34e1bec4aSThomas Cort.\" Copyright (c) 1989, 1990, 1993 44e1bec4aSThomas Cort.\" The Regents of the University of California. All rights reserved. 54e1bec4aSThomas Cort.\" 64e1bec4aSThomas Cort.\" Redistribution and use in source and binary forms, with or without 74e1bec4aSThomas Cort.\" modification, are permitted provided that the following conditions 84e1bec4aSThomas Cort.\" are met: 94e1bec4aSThomas Cort.\" 1. Redistributions of source code must retain the above copyright 104e1bec4aSThomas Cort.\" notice, this list of conditions and the following disclaimer. 114e1bec4aSThomas Cort.\" 2. Redistributions in binary form must reproduce the above copyright 124e1bec4aSThomas Cort.\" notice, this list of conditions and the following disclaimer in the 134e1bec4aSThomas Cort.\" documentation and/or other materials provided with the distribution. 144e1bec4aSThomas Cort.\" 3. Neither the name of the University nor the names of its contributors 154e1bec4aSThomas Cort.\" may be used to endorse or promote products derived from this software 164e1bec4aSThomas Cort.\" without specific prior written permission. 174e1bec4aSThomas Cort.\" 184e1bec4aSThomas Cort.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 194e1bec4aSThomas Cort.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 204e1bec4aSThomas Cort.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 214e1bec4aSThomas Cort.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 224e1bec4aSThomas Cort.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 234e1bec4aSThomas Cort.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 244e1bec4aSThomas Cort.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 254e1bec4aSThomas Cort.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 264e1bec4aSThomas Cort.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 274e1bec4aSThomas Cort.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 284e1bec4aSThomas Cort.\" SUCH DAMAGE. 294e1bec4aSThomas Cort.\" 304e1bec4aSThomas Cort.\" @(#)unvis.1 8.1 (Berkeley) 6/6/93 314e1bec4aSThomas Cort.\" 324e1bec4aSThomas Cort.Dd November 27, 2010 334e1bec4aSThomas Cort.Dt UNVIS 1 344e1bec4aSThomas Cort.Os 354e1bec4aSThomas Cort.Sh NAME 364e1bec4aSThomas Cort.Nm unvis 374e1bec4aSThomas Cort.Nd "revert a visual representation of data back to original form" 384e1bec4aSThomas Cort.Sh SYNOPSIS 394e1bec4aSThomas Cort.Nm 404e1bec4aSThomas Cort.Op Fl e 414e1bec4aSThomas Cort.Op Fl Hh | Fl m 424e1bec4aSThomas Cort.Op Ar file ... 434e1bec4aSThomas Cort.Sh DESCRIPTION 444e1bec4aSThomas Cort.Nm 454e1bec4aSThomas Cortis the inverse function of 464e1bec4aSThomas Cort.Xr vis 1 . 474e1bec4aSThomas CortIt reverts 484e1bec4aSThomas Corta visual representation of data back to its original form on standard output. 494e1bec4aSThomas Cort.Pp 504e1bec4aSThomas CortThe options are as follows: 514e1bec4aSThomas Cort.Bl -tag -width Ds 524e1bec4aSThomas Cort.It Fl e 534e1bec4aSThomas CortDon't decode \e escaped sequences. 544e1bec4aSThomas Cort.It Fl H 55*84d9c625SLionel SambucDecode entity references and numeric character references from RFC 1866. 564e1bec4aSThomas Cort.Pq Dv VIS_HTTP1866 574e1bec4aSThomas Cort.It Fl h 584e1bec4aSThomas CortDecode using the URI encoding from RFC 1808. 594e1bec4aSThomas Cort.Pq Dv VIS_HTTP1808 604e1bec4aSThomas Cort.It Fl m 614e1bec4aSThomas CortDecode using mime style. 624e1bec4aSThomas Cort.Pq Dv VIS_MIMESTYLE 634e1bec4aSThomas Cort.El 644e1bec4aSThomas Cort.Pp 654e1bec4aSThomas CortMixing 664e1bec4aSThomas Cort.Fl h 674e1bec4aSThomas Cortor 684e1bec4aSThomas Cort.Fl H 694e1bec4aSThomas Cortwith 704e1bec4aSThomas Cort.Fl m 714e1bec4aSThomas Cortis not supported. 724e1bec4aSThomas Cort.Sh SEE ALSO 734e1bec4aSThomas Cort.Xr vis 1 , 744e1bec4aSThomas Cort.Xr unvis 3 , 754e1bec4aSThomas Cort.Xr vis 3 764e1bec4aSThomas Cort.Sh HISTORY 774e1bec4aSThomas CortThe 784e1bec4aSThomas Cort.Nm 794e1bec4aSThomas Cortcommand appears in 804e1bec4aSThomas Cort.Bx 4.4 . 81