Berkeley copyright notice
[unix-history] / usr / src / old / see / see.1
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)see.1 4.1 (Berkeley) %G%
.\"
.TH SEE 1 2/24/79
.UC
.SH NAME
see \- see what a file has in it
.SH SYNOPSIS
.B see
[ name ... ]
.SH DESCRIPTION
.I See
prints a file which contains non-printing characters in a readable format.
Control characters print in the ^\fIx\fR notation, with delete printed as ^?.
.PP
See is actually just the
.B \-v
option to
.I cat;
there are other options, see
.IR cat (1).
.SH "SEE ALSO"
cat(1), ex(1)
.SH AUTHOR
William Joy